cocopon / tweakpane

:control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes
https://tweakpane.github.io/docs/
MIT License
3.41k stars 85 forks source link

Receiving NaN values while disposing #609

Open titouan-pellerin opened 3 months ago

titouan-pellerin commented 3 months ago

Executing the dispose method of a binding while dragging it, triggers an update with a NaN value (while dealing with number). This behavior is not excepted, and is causing me some problems.

this.pane?.dispose();