wysiwyg: hide attach button in inlide edit

This commit is contained in:
Yuri Kuznetsov
2024-01-30 16:39:12 +02:00
parent ef2d129699
commit 14587ee65c
+4
View File
@@ -284,6 +284,10 @@ class WysiwygFieldView extends TextFieldView {
else {
this.$element.removeClass('hidden');
}
if (this.params.attachmentField && this.isInlineEditMode()) {
this.$el.find('.note-attachment').addClass('hidden');
}
}
if (this.isReadMode()) {