Commit b2f27e8
committed
Mitigated validation bug with recent
When fixing the missing implementation of the basic `Move()` overload (d7a61cd), I failed to take into account that `SetParent()` validates that the sibling is not null. Perhaps we should align the logic of `SetParent()` to behave like `Move()` where `sibling` can be `null`. In the meanwhile, however, it's easy to workaround.Move() bug fix1 parent f980ef8 commit b2f27e8
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
427 | 432 | | |
428 | 433 | | |
429 | 434 | | |
| |||
0 commit comments