feat: add upload button to quickreply

This commit is contained in:
Barış Soner Uşaklı
2025-02-18 17:04:54 -05:00
parent 6245e33d6e
commit f67a0a124a
3 changed files with 5 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ define('quickreply', [
});
uploadHelpers.init({
uploadBtnEl: $('[component="topic/quickreply/upload/button"]'),
dragDropAreaEl: $('[component="topic/quickreply/container"] .quickreply-message'),
pasteEl: element,
uploadFormEl: $('[component="topic/quickreply/upload"]'),