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.31k stars 602 forks source link

Can't set title on "Formula" node #437

Closed clarkmcc closed 4 months ago

clarkmcc commented 4 months ago

I can update the title on all the other nodes, but not on the "Formula" node.

See codepen

jagenjo commented 4 months ago

true, as it relies on the formula code. you can fix it with this line MathFormula.prototype.getTitle = null;