Skip to content

Commit 3a2152c

Browse files
BeksOmegamaribethb
authored andcommitted
fix: c-blocks disappearing (#8203)
(cherry picked from commit dc91c3a)
1 parent e03d526 commit 3a2152c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/dragging/block_drag_strategy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export class BlockDragStrategy implements IDragStrategy {
9999

100100
this.startLoc = this.block.getRelativeToSurfaceXY();
101101

102+
this.connectionCandidate = null;
102103
const previewerConstructor = registry.getClassFromOptions(
103104
registry.Type.CONNECTION_PREVIEWER,
104105
this.workspace.options,

0 commit comments

Comments
 (0)