Skip to content

Commit

Permalink
fix: c-blocks disappearing (#8203)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Jun 11, 2024
1 parent c94d8c2 commit dc91c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dragging/block_drag_strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class BlockDragStrategy implements IDragStrategy {

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

this.connectionCandidate = null;
const previewerConstructor = registry.getClassFromOptions(
registry.Type.CONNECTION_PREVIEWER,
this.workspace.options,
Expand Down

0 comments on commit dc91c3a

Please sign in to comment.