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
When creating a new instance of GCodePreview to replace the old, like when showing a different file, some (DOM) state should be cleaned up. Currently, stats.js and lilGui don't have have a proper way of disposing. (in the new vue demo there are some hacks for this)
Even when we're not creating a new instance, like when the user navigates away in a SPA, the whole GCodePreview, including lilGui and stats needs to be disposed.
The text was updated successfully, but these errors were encountered:
When creating a new instance of GCodePreview to replace the old, like when showing a different file, some (DOM) state should be cleaned up. Currently, stats.js and lilGui don't have have a proper way of disposing. (in the new vue demo there are some hacks for this)
Even when we're not creating a new instance, like when the user navigates away in a SPA, the whole GCodePreview, including lilGui and stats needs to be disposed.
The text was updated successfully, but these errors were encountered: