Skip to content

Commit

Permalink
refactor: remove redundant flyout positioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Sep 11, 2024
1 parent def80b3 commit 3e5802d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/workspace_svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3e5802d

Please sign in to comment.