Removed unused tinymce imagetools plugin

This commit is contained in:
Dan Brown 2020-07-25 01:09:35 +01:00
parent 2bacc3c967
commit 03211ebea6
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View 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();