From 3e5802da613bde9cc2f4154e40fdc3b05ce64f5b Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Wed, 11 Sep 2024 14:42:08 -0700 Subject: [PATCH] refactor: remove redundant flyout positioning. --- core/workspace_svg.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/workspace_svg.ts b/core/workspace_svg.ts index 910171007f..1808bc43c3 100644 --- a/core/workspace_svg.ts +++ b/core/workspace_svg.ts @@ -1050,9 +1050,6 @@ export class WorkspaceSvg extends Workspace implements IASTNodeLocationSvg { if (this.toolbox_) { this.toolbox_.position(); } - if (this.flyout) { - this.flyout.position(); - } const positionables = this.componentManager.getComponents( ComponentManager.Capability.POSITIONABLE,