jagenjo / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
5.32k stars 602 forks source link

Fix links sometimes not being correct when copy pasting nodes. #466

Open comfyanonymous opened 1 month ago

comfyanonymous commented 1 month ago

This fixes a copy paste bug where some links are sometimes pasted incorrectly when copy pasting partial graphs.

daniel-lewis-ab commented 1 week ago

Applied on my fork.