From 547ff18867bcabca17f65ce1cb1961484b2a243c Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Tue, 7 Jan 2025 13:41:16 -0800 Subject: [PATCH] fix: Reposition the trashcan's flyout in response to workspace changes. (#8721) --- core/trashcan.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/trashcan.ts b/core/trashcan.ts index d30c4a4e2..05ae9fbf2 100644 --- a/core/trashcan.ts +++ b/core/trashcan.ts @@ -395,6 +395,8 @@ export class Trashcan 'transform', 'translate(' + this.left + ',' + this.top + ')', ); + + this.flyout?.position(); } /**