We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071814e commit 503cd00Copy full SHA for 503cd00
1 file changed
core/flyout_base.ts
@@ -634,8 +634,8 @@ export abstract class Flyout
634
} else {
635
this.width_ = 0;
636
}
637
- this.workspace_.setResizesEnabled(true);
638
this.reflow();
+ this.workspace_.setResizesEnabled(true);
639
640
// Listen for block change events, and reflow the flyout in response. This
641
// accommodates e.g. resizing a non-autoclosing flyout in response to the
0 commit comments