Przeglądaj źródła

Merge branch t/ckeditor5-core/110

Internal: Update API usage after merge t/110 on engine.
Piotr Jasiun 8 lat temu
rodzic
commit
3514affd64

+ 0 - 1
packages/ckeditor5-paragraph/tests/paragraph-intergration.js

@@ -181,7 +181,6 @@ describe( 'Paragraph feature – integration', () => {
 					const doc = editor.model.document;
 					const root = doc.getRoot();
 					const otherRoot = doc.createRoot( '$root', 'otherRoot' );
-					editor.editing.createRoot( 'div', 'otherRoot' );
 
 					editor.data.set( '<p>Foobar.</p>', 'main' );
 					editor.data.set( '<p>Foobar.</p>', 'otherRoot' );