Open jadeandtea opened 1 month ago
Has there been an update that modified the program's behavior? The program seems to be trying to delete the node in front, although there is a visual glitch with the arrows and sometimes the node not completely updating. I don't see any commits that would have addressed this issue, but the behavior seems to have changed. Does it still appear the same for everyone else?
Original State
After Deleting Previous Node
Description
When deleting a node from a branch from the tree that has been merged farther ahead, the program does not know what to do.
Steps to Reproduce
Choose a case rule that create multiple branches, such as Nurikabe White or Black.
Make a step in both of the branches. The move doesn't have to be valid, and the resulting cell(s) does not have to be the same between the branches.
Merge the two branches. There does not have to be any similar tiles; the program should allow for this type of branch --> merge.
Delete one of the nodes on either branch.
Expected Behavior
When deleting the node, it should delete all nodes in front of it, including the merged node.
Screenshots
No response
Puzzle Files
No response
Additional Context
No response