How to remove notes/tickables/SVGGElements (Memory Leak)? #1408
Unanswered
avisilber88
asked this question in
Q&A
Replies: 1 comment
-
I have the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I've spent the better part of the last week trying to troubleshoot my midi sheet music practice game I'm making for my students. The memory heap keeps piling up with SVGGElements that it collects from each of my tickables and/or context.opengroup(). I found that when I delete the nodes using a for-each method, they just become detached SVGGElements. So I figure I have to remove them the right way... but I cannot find a right way in any of the documentation. Please help!!
Best,
Avi
Beta Was this translation helpful? Give feedback.
All reactions