maximecb / noisecraft

Browser-based visual programming language and platform for sound synthesis.

Home Page:https://noisecraft.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent nodes from being moved outside of the top or left edge

maximecb opened this issue · comments

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.

This is now done :)