소스 검색

Aligned to the new EditorUI API.

Aleksander Nowodzinski 7 년 전
부모
커밋
52a702fe43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-editor-decoupled/src/decouplededitorui.js

+ 1 - 1
packages/ckeditor5-editor-decoupled/src/decouplededitorui.js

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