Skip to content

Commit

Permalink
Editor: unpause paused handler after widget destruction (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
msssk committed Apr 17, 2020
1 parent 13631e0 commit dc788e9
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 @@ -561,6 +561,7 @@ return function(column, editor, editOn){
if(widget){
grid._editorFocusoutHandle.pause();
widget.destroyRecursive();
grid._editorFocusoutHandle.resume();
}
}));
}
Expand Down

0 comments on commit dc788e9

Please sign in to comment.