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.5k stars 621 forks source link

Bootstrap 5.0.2 makes "Add Node" invisible #473

Closed KompetenzAirbag closed 1 month ago

KompetenzAirbag commented 1 month ago

When using bootsrap 5.0.2 right-clicking the canvas does nothing. Inspecting the page you can see that the div with "Add Node" and "Add Group" is present but invisible.

Update: Issue got fixed, I had an older version of Litegraphjs!