8
0
Pārlūkot izejas kodu

Add missing StylesProcessor instance.

Maciej Gołaszewski 5 gadi atpakaļ
vecāks
revīzija
f2d3b7d1c3

+ 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.processor = new HtmlDataProcessor( this.stylesProcessor );
 
 		this.model.document.createRoot();