mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
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:
@@ -440,6 +440,7 @@ Blockly.Trashcan.prototype.closeFlyout = function() {
|
||||
}
|
||||
this.flyout.hide();
|
||||
this.fireUiEvent_(false);
|
||||
this.workspace_.recordDragTargets();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user