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