Skip to content

Commit

Permalink
fix: textReader: widgets waiting for delete confirm weren't removed o…
Browse files Browse the repository at this point in the history
…n editor blur
  • Loading branch information
olga-kulish committed Nov 15, 2024
1 parent d3a00d0 commit 78fc975
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ define([
related : interaction,
colIndex : colIndex,
highlight: true,
areaBroker: widget.getAreaBroker()
areaBroker: widget.getAreaBroker(),
flushDeletingWidgetsOnDestroy: true
});

$editor.on('editorready', function() {
Expand Down

0 comments on commit 78fc975

Please sign in to comment.