anoop901 / graphical-functional-programming

A browser-based graphical interface for creating and running programs using the functional paradigm.
https://anoopnaravaram.com/graphical-functional-programming
0 stars 0 forks source link

constrain line connections to only go from higher to lower layers #103

Open anoop901 opened 1 year ago

anoop901 commented 1 year ago

Line connections should only connect a block from a higher layer to a block from a lower layer. Any attempt to change the layout in a way that violates this (e.g. by dragging a block) should not affect the layout.

Also, the line preview should not appear during block dragging to suggest to the user that this type of edit would occur.