You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to destroy and recreate the dat.GUI to change text language.
I use the destroy() method.
When I look at the chrome dev tools, the number of window.'resize' listeners from dat.GUI doubles each time and the memory usage increases.
I can not find a way to avoid this or destroy the listeners.
The text was updated successfully, but these errors were encountered:
I have to destroy and recreate the dat.GUI to change text language.
I use the destroy() method.
When I look at the chrome dev tools, the number of window.'resize' listeners from dat.GUI doubles each time and the memory usage increases.
I can not find a way to avoid this or destroy the listeners.
The text was updated successfully, but these errors were encountered: