Skip to content

Commit 7a154ea

Browse files
authored
release: version 11.1.1
release: version 11.1.1
2 parents e03d526 + 63de472 commit 7a154ea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

core/dragging/block_drag_strategy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export class BlockDragStrategy implements IDragStrategy {
9999

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

102+
this.connectionCandidate = null;
102103
const previewerConstructor = registry.getClassFromOptions(
103104
registry.Type.CONNECTION_PREVIEWER,
104105
this.workspace.options,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockly",
3-
"version": "11.1.0",
3+
"version": "11.1.1",
44
"description": "Blockly is a library for building visual programming editors.",
55
"keywords": [
66
"blockly"

0 commit comments

Comments
 (0)