Skip to content

Commit 547ff18

Browse files
authored
fix: Reposition the trashcan's flyout in response to workspace changes. (#8721)
1 parent 2c29c01 commit 547ff18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/trashcan.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ export class Trashcan
395395
'transform',
396396
'translate(' + this.left + ',' + this.top + ')',
397397
);
398+
399+
this.flyout?.position();
398400
}
399401

400402
/**

0 commit comments

Comments
 (0)