mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fix problem with connecting a statement into a stack, but not a c-shape block
This commit is contained in:
@@ -289,7 +289,9 @@ function helper_makeSourceBlock(sharedWorkspace) {
|
||||
getParent: function() { return null; },
|
||||
movable_: true,
|
||||
isMovable: function() { return true; },
|
||||
isShadow: function() { return false; }
|
||||
isShadow: function() { return false; },
|
||||
isInsertionMarker: function() { return false; },
|
||||
getFirstStatementConnection: function() { return null; }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user