fix: #12645, use titleRaw like reply button

This commit is contained in:
Barış Soner Uşaklı
2024-06-20 14:15:52 -04:00
parent 6f6cfb1a5a
commit 3332480cf1

View File

@@ -115,7 +115,7 @@ define('quickreply', [
const textEl = components.get('topic/quickreply/text'); const textEl = components.get('topic/quickreply/text');
composer.newReply({ composer.newReply({
tid: ajaxify.data.tid, tid: ajaxify.data.tid,
title: ajaxify.data.title, title: ajaxify.data.titleRaw,
body: textEl.val(), body: textEl.val(),
}); });
textEl.val(''); textEl.val('');