mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: Reposition the trashcan's flyout in response to workspace changes. (#8721)
This commit is contained in:
@@ -395,6 +395,8 @@ export class Trashcan
|
||||
'transform',
|
||||
'translate(' + this.left + ',' + this.top + ')',
|
||||
);
|
||||
|
||||
this.flyout?.position();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user