mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
fix: c-blocks disappearing (#8203)
This commit is contained in:
@@ -99,6 +99,7 @@ export class BlockDragStrategy implements IDragStrategy {
|
|||||||
|
|
||||||
this.startLoc = this.block.getRelativeToSurfaceXY();
|
this.startLoc = this.block.getRelativeToSurfaceXY();
|
||||||
|
|
||||||
|
this.connectionCandidate = null;
|
||||||
const previewerConstructor = registry.getClassFromOptions(
|
const previewerConstructor = registry.getClassFromOptions(
|
||||||
registry.Type.CONNECTION_PREVIEWER,
|
registry.Type.CONNECTION_PREVIEWER,
|
||||||
this.workspace.options,
|
this.workspace.options,
|
||||||
|
|||||||
Reference in New Issue
Block a user