Fix problem with connecting a statement into a stack, but not a c-shape block

This commit is contained in:
Rachel Fenichel
2018-08-14 16:29:59 -07:00
parent e794b6883f
commit 17823db4df
5 changed files with 85 additions and 9 deletions

View File

@@ -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; }
};
}