Explorar el Código

Other: Updated the path to the ClassicEditor class (see https://github.com/ckeditor/ckeditor5-editor-classic/issues/41).

Aleksander Nowodzinski hace 8 años
padre
commit
f2bee20c5a

+ 1 - 1
packages/ckeditor5-paragraph/tests/manual/clipboard-integration.js

@@ -5,7 +5,7 @@
 
 /* globals console, window, document */
 
-import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
+import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 import Typing from '@ckeditor/ckeditor5-typing/src/typing';
 import Paragraph from '../../src/paragraph';
 import Undo from '@ckeditor/ckeditor5-undo/src/undo';