]> BookStack Code Mirror - bookstack/commitdiff
Removed unused tinymce imagetools plugin
authorDan Brown <redacted>
Sat, 25 Jul 2020 00:09:35 +0000 (01:09 +0100)
committerDan Brown <redacted>
Sat, 25 Jul 2020 00:09:35 +0000 (01:09 +0100)
resources/js/components/wysiwyg-editor.js

index 5e3ce8d969f5469bb16b4c05802fb948ac442e78..98a5e95c413af65b71a492d96d025f2acdc6ff97 100644 (file)
@@ -417,7 +417,7 @@ class WysiwygEditor {
         this.textDirection = this.$opts.textDirection;
         this.isDarkMode = document.documentElement.classList.contains('dark-mode');
 
-        this.plugins = "image table textcolor paste link autolink fullscreen imagetools code customhr autosave lists codeeditor media";
+        this.plugins = "image table textcolor paste link autolink fullscreen code customhr autosave lists codeeditor media";
         this.loadPlugins();
 
         this.tinyMceConfig = this.getTinyMceConfig();