mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
fix: disposing of connection previewer (#7834)
This commit is contained in:
@@ -382,6 +382,7 @@ export class BlockDragger implements IBlockDragger {
|
||||
|
||||
blockAnimation.disconnectUiStop();
|
||||
this.connectionPreviewer.hidePreview();
|
||||
this.connectionPreviewer.dispose();
|
||||
|
||||
const preventMove =
|
||||
!!this.dragTarget_ &&
|
||||
|
||||
Reference in New Issue
Block a user