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 mouse and trackpad zoom behavior #445

Open agasy18 opened 3 months ago

agasy18 commented 3 months ago
daniel-lewis-ab commented 1 week ago

I'm not sure if this one is still appropriate because executeAction was removed. You're welcome to suggest it is and just needs to be elsewhere in code?

I'm suspecting I need to switch to using pointer* events but haven't checked yet.

agasy18 commented 3 days ago

I have tested it, and the change is still actual.