8
0
Pārlūkot izejas kodu

Add missing StylesProcessor instance.

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

+ 1 - 1
packages/ckeditor5-editor-classic/src/classiceditor.js

@@ -66,7 +66,7 @@ export default class ClassicEditor extends Editor {
 			this.sourceElement = sourceElementOrData;
 		}
 
-		this.data.processor = new HtmlDataProcessor();
+		this.data.processor = new HtmlDataProcessor( this.stylesProcessor );
 
 		this.model.document.createRoot();