Skip to content

Commit

Permalink
fix: Reposition the trashcan's flyout in response to workspace change…
Browse files Browse the repository at this point in the history
…s. (#8721)
  • Loading branch information
gonfunko authored Jan 7, 2025
1 parent 2c29c01 commit 547ff18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/trashcan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ export class Trashcan
'transform',
'translate(' + this.left + ',' + this.top + ')',
);

this.flyout?.position();
}

/**
Expand Down

0 comments on commit 547ff18

Please sign in to comment.