Procházet zdrojové kódy

Requested changes during the review.

Kamil Piechaczek před 6 roky
rodič
revize
8525f69b28

+ 1 - 1
packages/ckeditor5-editor-inline/src/inlineeditor.js

@@ -64,7 +64,7 @@ export default class InlineEditor extends Editor {
 	constructor( sourceElementOrData, config ) {
 		super( config );
 
-		this.data.processor = new HtmlDataProcessor( this.data.stylesProcessor );
+		this.data.processor = new HtmlDataProcessor( this.editing.view.document );
 
 		this.model.document.createRoot();