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
If the user drag the end of the link from the input slot of the next node out (I usually remove links this way), the behavior is different from the original repo.
Original LiteGraph.js:
Here:
The text was updated successfully, but these errors were encountered:
There is a LiteGraph property controlling the link behavior: LiteGraph.shift_click_do_break_link_from = false; // [false!] prefer false if too easy to break links - implement with ALT or TODO custom keys
We could move back to default and put false, that's an option each editor could set itself.
Middle click should work on forwardcompatible
If the user drag the end of the link from the input slot of the next node out (I usually remove links this way), the behavior is different from the original repo.
Original LiteGraph.js:
Here:
The text was updated successfully, but these errors were encountered: