You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extract wedge in #795: the Brick alone out of its Tower, the chain closing over the gap, so a wrapper can be removed without taking what it holds. detachBrickToNewTower carries the whole sub-tree out instead, which is what a drag wants.
Objectives:
Sever the Brick alone, splicing its cavity contents and then its next chain into the gap.
Handle each position the Brick can hold: in a chain, at the head of a cavity, and at a Tower's root, keeping the Tower's position so nothing below it moves.
Leave the extracted Brick as a new Tower beside its old one, carrying its arguments.
The extract wedge in #795: the Brick alone out of its Tower, the chain closing over the gap, so a wrapper can be removed without taking what it holds.
detachBrickToNewTowercarries the whole sub-tree out instead, which is what a drag wants.Objectives:
nextchain into the gap.nextchain closes the gap.detachBrickToNewTower, and disable the wedge where extract would do nothing.