8
0
Просмотр исходного кода

Requested changes during the review.

Kamil Piechaczek 5 лет назад
Родитель
Сommit
415ba84405
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-classic/src/classiceditor.js

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

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