Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2024-06-21 11:24:11 -04:00

View File

@@ -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('');