ソースを参照

Aligned to the new EditorUI API.

Aleksander Nowodzinski 7 年 前
コミット
8a336d9487
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-editor-classic/src/classiceditorui.js

+ 1 - 1
packages/ckeditor5-editor-classic/src/classiceditorui.js

@@ -116,7 +116,7 @@ export default class ClassicEditorUI extends EditorUI {
 	 * @inheritDoc
 	 */
 	destroy() {
-		const view = this._view;
+		const view = this.view;
 		const editingView = this.editor.editing.view;
 
 		this._elementReplacer.restore();