Skip to content

Commit

Permalink
Editor: unpause paused handler after widget destruction (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
msssk committed Apr 18, 2020
1 parent 65799d0 commit 07ae37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ define([
if (widget) {
this._editorFocusoutHandle.pause();
widget.destroyRecursive();
this._editorFocusoutHandle.resume();
}
}

Expand Down

0 comments on commit 07ae37b

Please sign in to comment.