Skip to content

Commit

Permalink
fix: No Image properties option in editor context menu - EXO-72349 - M…
Browse files Browse the repository at this point in the history
…eeds-io/meeds#2142  (#1003)

Restore the Image properties option in the editor contextmenu
fixes #2142

(cherry picked from commit 59e2bf6)
  • Loading branch information
hakermi authored and Jihed525 committed Jun 13, 2024
1 parent d1f856a commit 85d1f37
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,6 @@ export default {
instanceReady: function (evt) {
self.editor = evt.editor;
self.actualNote.content = self.editor.getData();
self.editor.removeMenuItem('linkItem');
self.editor.removeMenuItem('selectImageItem');
$(self.editor.document.$)
.find('.atwho-inserted')
.each(function() {
Expand Down

0 comments on commit 85d1f37

Please sign in to comment.