Commit fd0d96e
committed
fix: VariationNode::stealChildrenOf
Previously, this method always crashed because addChildren assumes the
given children to have no parent. Yet, the children always had 'other'
as parent because we only removed them afterwards.1 parent a48b4fd commit fd0d96e
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
| 287 | + | |
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
| |||
0 commit comments