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
First: Awesome tool. Super useful and well documentated. Keep up the good work.
My current problem:
After creating and destroying multiple spritespins, I have many "Detached HTMLImageElements" which are not getting garbage collected
After destroyTurntable I also remove the div where the turntable was set. Besides the "Detached HTMLImageElements" I also have many Arrays and Object leftovers from previews turntables so it seems that "destroy" not really removing all Eventhandlers and stuff from the turntables.
Am I missing something?
The text was updated successfully, but these errors were encountered:
First: Awesome tool. Super useful and well documentated. Keep up the good work.
My current problem:
After creating and destroying multiple spritespins, I have many "Detached HTMLImageElements" which are not getting garbage collected
Example ("spritespin": "@beta"):
After destroyTurntable I also remove the div where the turntable was set. Besides the "Detached HTMLImageElements" I also have many Arrays and Object leftovers from previews turntables so it seems that "destroy" not really removing all Eventhandlers and stuff from the turntables.
Am I missing something?
The text was updated successfully, but these errors were encountered: