mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
feat: have block use drag strategy (#7971)
This commit is contained in:
@@ -390,6 +390,9 @@ export class BlockDragStrategy implements IDragStrategy {
|
||||
);
|
||||
}
|
||||
|
||||
this.startChildConn = null;
|
||||
this.startParentConn = null;
|
||||
|
||||
this.connectionPreviewer!.hidePreview();
|
||||
this.connectionCandidate = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user