Fix issue where the trashcan flyout would remain an active delete region even when closed with the continuous toolbox plugin

This commit is contained in:
Aaron Dodson
2021-07-28 15:16:31 -07:00
parent cccc4693a5
commit 3f7f137e00

View File

@@ -440,6 +440,7 @@ Blockly.Trashcan.prototype.closeFlyout = function() {
}
this.flyout.hide();
this.fireUiEvent_(false);
this.workspace_.recordDragTargets();
};
/**