Skip to content

Commit 503cd00

Browse files
authored
refactor: Reenable workspace resizing after reflowing flyouts. (#8683)
1 parent 071814e commit 503cd00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/flyout_base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ export abstract class Flyout
634634
} else {
635635
this.width_ = 0;
636636
}
637-
this.workspace_.setResizesEnabled(true);
638637
this.reflow();
638+
this.workspace_.setResizesEnabled(true);
639639

640640
// Listen for block change events, and reflow the flyout in response. This
641641
// accommodates e.g. resizing a non-autoclosing flyout in response to the

0 commit comments

Comments
 (0)