Merge pull request #5240 from gonfunko/trash-flyout

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-29 08:44:53 -07:00
committed by GitHub

View File

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