fix: Reposition the trashcan's flyout in response to workspace changes. (#8721)

This commit is contained in:
Aaron Dodson
2025-01-07 13:41:16 -08:00
committed by GitHub
parent 2c29c01b14
commit 547ff18867

View File

@@ -395,6 +395,8 @@ export class Trashcan
'transform',
'translate(' + this.left + ',' + this.top + ')',
);
this.flyout?.position();
}
/**