wysiwyg: hide attach button in inlide edit
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user