diff --git a/client/src/views/fields/wysiwyg.js b/client/src/views/fields/wysiwyg.js index 79861bbc57..814481271b 100644 --- a/client/src/views/fields/wysiwyg.js +++ b/client/src/views/fields/wysiwyg.js @@ -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()) {