|
|
@@ -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();
|
|
|
|