Skip to content

Commit

Permalink
refactor: Reenable workspace resizing after reflowing flyouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Dec 2, 2024
1 parent af5905a commit 9b227ee
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 @@ -633,8 +633,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 9b227ee

Please sign in to comment.