mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
refactor: Reenable workspace resizing after reflowing flyouts. (#8683)
This commit is contained in:
@@ -634,8 +634,8 @@ export abstract class Flyout
|
||||
} else {
|
||||
this.width_ = 0;
|
||||
}
|
||||
this.workspace_.setResizesEnabled(true);
|
||||
this.reflow();
|
||||
this.workspace_.setResizesEnabled(true);
|
||||
|
||||
// Listen for block change events, and reflow the flyout in response. This
|
||||
// accommodates e.g. resizing a non-autoclosing flyout in response to the
|
||||
|
||||
Reference in New Issue
Block a user