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
  • Loading branch information
hakermi authored and exo-swf committed Jun 13, 2024
1 parent 74d128c commit a84d9f4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,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 a84d9f4

Please sign in to comment.