Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Adjusted code to changes in i/6091 #43

Merged
merged 5 commits into from
Mar 3, 2020
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ballooneditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.processor = new HtmlDataProcessor( this.editing.view.document );

this.model.document.createRoot();

Expand Down