From 503cd0073f42193f16bbffbb472564993a1bd1c9 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 6 Jan 2025 11:08:17 -0800 Subject: [PATCH] refactor: Reenable workspace resizing after reflowing flyouts. (#8683) --- core/flyout_base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/flyout_base.ts b/core/flyout_base.ts index 54248edfd1..87aba01193 100644 --- a/core/flyout_base.ts +++ b/core/flyout_base.ts @@ -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