Hello there, thank you for your work. Been using your library for a long time.
However, I'm observing a significant memory leak caused by detached Blade DOM elements, even after calling dispose() on their parent Pane:
I followed the instructions here: https://tweakpane.github.io/docs/misc/#disposing.
Reproducing should be fairly simple:
- Start a Chrome Detached Nodes memory trace
- Call
dispose() on a parent Pane
- End the trace
Let me know if I'm missing something.
Thanks again.