Skip to content

Commit c495d47

Browse files
8 or 9
1 parent 380aa45 commit c495d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Blockly.Connection.REASON_DIFFERENT_WORKSPACES = 5;
6767
Blockly.Connection.REASON_SHADOW_PARENT = 6;
6868
// Fixes #1127, but may be the wrong solution.
6969
Blockly.Connection.REASON_CUSTOM_PROCEDURE = 7;
70-
Blockly.Connection.REASON_DRAG_TO_DUPLICATE = 9;
70+
Blockly.Connection.REASON_DRAG_TO_DUPLICATE = 8;
7171

7272
/**
7373
* Connection this connection connects to. Null if not connected.

0 commit comments

Comments
 (0)