|
|
@@ -437,10 +437,10 @@ import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
|
|
|
import Image from '@ckeditor/ckeditor5-image/src/image';
|
|
|
import ImageCaption from '@ckeditor/ckeditor5-image/src/imagecaption';
|
|
|
|
|
|
-import Plugin from '@ckeditor/ckeditor5-core/src/plugin';;
|
|
|
+import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
|
|
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
|
|
|
|
|
|
-import imageIcon from '@ckeditor/ckeditor5-core/theme/icons/image.svg'
|
|
|
+import imageIcon from '@ckeditor/ckeditor5-core/theme/icons/image.svg';
|
|
|
|
|
|
class InsertImage extends Plugin {
|
|
|
init() {
|