Skip to content

Commit

Permalink
refactor: Reenable workspace resizing after reflowing flyouts. (#8683)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Jan 6, 2025
1 parent 071814e commit 503cd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/flyout_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 503cd00

Please sign in to comment.