Skip to content

Commit 03211eb

Browse files
committed
Removed unused tinymce imagetools plugin
1 parent 2bacc3c commit 03211eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/wysiwyg-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ class WysiwygEditor {
417417
this.textDirection = this.$opts.textDirection;
418418
this.isDarkMode = document.documentElement.classList.contains('dark-mode');
419419

420-
this.plugins = "image table textcolor paste link autolink fullscreen imagetools code customhr autosave lists codeeditor media";
420+
this.plugins = "image table textcolor paste link autolink fullscreen code customhr autosave lists codeeditor media";
421421
this.loadPlugins();
422422

423423
this.tinyMceConfig = this.getTinyMceConfig();

0 commit comments

Comments
 (0)