From 3332480cf1f3fff4fc7a75f519dfd1050916640e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 20 Jun 2024 14:15:52 -0400 Subject: [PATCH] fix: #12645, use titleRaw like reply button --- public/src/modules/quickreply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/modules/quickreply.js b/public/src/modules/quickreply.js index 99be979319..55aea0b769 100644 --- a/public/src/modules/quickreply.js +++ b/public/src/modules/quickreply.js @@ -115,7 +115,7 @@ define('quickreply', [ const textEl = components.get('topic/quickreply/text'); composer.newReply({ tid: ajaxify.data.tid, - title: ajaxify.data.title, + title: ajaxify.data.titleRaw, body: textEl.val(), }); textEl.val('');