Skip to content

Commit

Permalink
fix: disposing of connection previewer (#7834)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Feb 7, 2024
1 parent 92df5a4 commit 7557504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/block_dragger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ export class BlockDragger implements IBlockDragger {

blockAnimation.disconnectUiStop();
this.connectionPreviewer.hidePreview();
this.connectionPreviewer.dispose();

const preventMove =
!!this.dragTarget_ &&
Expand Down

0 comments on commit 7557504

Please sign in to comment.