feat: have block use drag strategy (#7971)

This commit is contained in:
Beka Westberg
2024-03-29 00:15:36 +00:00
committed by GitHub
parent 8b6e9d8cad
commit 75fc4704da
2 changed files with 37 additions and 1 deletions

View File

@@ -390,6 +390,9 @@ export class BlockDragStrategy implements IDragStrategy {
);
}
this.startChildConn = null;
this.startParentConn = null;
this.connectionPreviewer!.hidePreview();
this.connectionCandidate = null;