Ver Fonte

Requested changes during the review.

Kamil Piechaczek há 5 anos atrás
pai
commit
9177c9e4ca
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/ckeditor5-editor-balloon/src/ballooneditor.js

+ 1 - 1
packages/ckeditor5-editor-balloon/src/ballooneditor.js

@@ -77,7 +77,7 @@ export default class BalloonEditor extends Editor {
 
 		this.config.define( 'balloonToolbar', this.config.get( 'toolbar' ) );
 
-		this.data.processor = new HtmlDataProcessor( this.data.stylesProcessor );
+		this.data.processor = new HtmlDataProcessor( this.editing.view.document );
 
 		this.model.document.createRoot();