daniel-lewis-ab / 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
16 stars 3 forks source link

Mouse leave events do not register #16

Open AustinMroz opened 4 months ago

AustinMroz commented 4 months ago

A number of dialogs (such as the node search box or the widget set popup) set up event listeners to close on mouse leave. As sMethod is mouse by default, the prior implementation would handle mouse leave events with the default case, but an added break results in no warning or registration event being performed.

daniel-lewis-ab commented 4 months ago

nods Understood. A mistake in my main branch code.

I'll rip through when I'm back. Right now I'm waiting on two things - either Comfy team to pull my more stable reversion branch, or me to finish some renovations in 7-14 days so I can sell my house. Been pulling the late nights getting that all finished up.