mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Fixed bug that prevented delete areas from updating when flyout width changed.
This commit is contained in:
@@ -375,6 +375,7 @@ Blockly.VerticalFlyout.prototype.reflowInternal_ = function() {
|
||||
// Record the width for workspace metrics and .position.
|
||||
this.width_ = flyoutWidth;
|
||||
this.position();
|
||||
this.targetWorkspace.recordDragTargets();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user