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

Commit

Permalink
Merge 143580d into dfae464
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jun 27, 2019
2 parents dfae464 + 143580d commit 705cb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decouplededitorui.js
Expand Up @@ -66,7 +66,7 @@ export default class DecoupledEditorUI extends EditorUI {

// Register the editable UI view in the editor. A single editor instance can aggregate multiple
// editable areas (roots) but the decoupled 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
Expand Down

0 comments on commit 705cb21

Please sign in to comment.