mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Keep horizontal flyout delete area in sync with its bounds.
This commit is contained in:
@@ -367,6 +367,7 @@ Blockly.HorizontalFlyout.prototype.reflowInternal_ = function() {
|
||||
// Record the height for workspace metrics and .position.
|
||||
this.height_ = flyoutHeight;
|
||||
this.position();
|
||||
this.targetWorkspace.recordDragTargets();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user