瀏覽代碼

Merge branch 'master' into t/ckeditor5-watchdog/1

Oskar Wróbel 6 年之前
父節點
當前提交
e53c767640
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-editor-balloon/src/ballooneditorui.js

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

@@ -65,7 +65,7 @@ export default class BalloonEditorUI extends EditorUI {
 
 		// Register the editable UI view in the editor. A single editor instance can aggregate multiple
 		// editable areas (roots) but the balloon editor has only one.
-		this._editableElements.set( editable.name, editableElement );
+		this.setEditableElement( editable.name, editableElement );
 
 		// Let the global focus tracker know that the editable UI element is focusable and
 		// belongs to the editor. From now on, the focus tracker will sustain the editor focus