We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03d526 commit 3a2152cCopy full SHA for 3a2152c
core/dragging/block_drag_strategy.ts
@@ -99,6 +99,7 @@ export class BlockDragStrategy implements IDragStrategy {
99
100
this.startLoc = this.block.getRelativeToSurfaceXY();
101
102
+ this.connectionCandidate = null;
103
const previewerConstructor = registry.getClassFromOptions(
104
registry.Type.CONNECTION_PREVIEWER,
105
this.workspace.options,
0 commit comments