Comfy-Org / 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
52 stars 12 forks source link

Increase timeout on prompt dialog dismiss #86

Closed christian-byrne closed 2 months ago

christian-byrne commented 2 months ago

Occasionally the click event that opened the prompt dialog will be caught by the close click handler and the dialog will be dismissed immediately, making it unusable.

It was not caught by tests because it only seems to happen when the input type is STRING.