Prevent nodes from being moved outside of the top or left edge
maximecb opened this issue · comments
Maxime Chevalier-Boisvert commented
Currently, it's possible to move nodes into negative coordinates at the top or left of the editor. If you do this with a group, it's possible to "lose" nodes in there that can't be pulled out afterwards.
I think we should prevent nodes from being moved into negative coordinates. The logic for that can be in the editor, in the code for moving nodes.
Maxime Chevalier-Boisvert commented
This is now done :)