mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +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.connectionCandidate = null;
|
||||
const previewerConstructor = registry.getClassFromOptions(
|
||||
registry.Type.CONNECTION_PREVIEWER,
|
||||
this.workspace.options,
|
||||
|
||||
Reference in New Issue
Block a user