Disallow movement of unreachable blocks. (#2700)
Fixes #2695. Allowing unreachable blocks to be moved can lead to an unreachable block A getting placed after an unreachable successor B, which is a problem if B uses ids that A generates.
Loading
Please register or sign in to comment