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

Commit

Permalink
Aligned to the new EditorUI API.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jan 28, 2019
1 parent e574053 commit 1dc9819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decouplededitorui.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class DecoupledEditorUI extends EditorUI {
* @inheritDoc
*/
destroy() {
const view = this._view;
const view = this.view;
const editingView = this.editor.editing.view;

editingView.detachDomRoot( view.editable.name );
Expand Down

0 comments on commit 1dc9819

Please sign in to comment.