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

Text button and prompt dialog #467

Open BECryptoMedia opened 1 month ago

BECryptoMedia commented 1 month ago

With the Text widget, when I click the widget it brings up this prompt

Screenshot 2024-04-06 at 4 29 28 pm

However, while this prompt is open, if I pan/move the screen, or zoom in/out, the prompt stays as is.

Screenshot 2024-04-06 at 4 29 48 pm

I'd really like the prompt to move/resize when I move/pan - is this possible and how can I do it please ?