Keep horizontal flyout delete area in sync with its bounds.

This commit is contained in:
Aaron Dodson
2021-06-17 15:39:15 +00:00
parent de220a3ff0
commit 50fcdfb7ac

View File

@@ -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();
}
};