This commit is contained in:
Kevin Jahns
2015-07-21 17:25:07 +02:00
parent ee983ceff6
commit dd5e2adc87
2 changed files with 29 additions and 29 deletions

View File

@@ -172,7 +172,7 @@ var Struct = {
left.right = op.id
yield* this.setOperation(left)
} else {
op.right = op.parentSub ? (parent.map[op.parentSub] || null) : parent.start
op.right = op.parentSub ? parent.map[op.parentSub] || null : parent.start
}
// reconnect right
if (op.right != null) {