Skip to content
Unverified Commit efde6823 authored by Alastair Donaldson's avatar Alastair Donaldson Committed by GitHub
Browse files

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.
parent dfcb5a1e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment