-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOM nodes keeps increasing #76
Comments
This DIV is used to communicate with the Jazz-MIDI browser extension. |
I see... I removed the event listener just to try to understand what it does. Mainly my problem is with DOM nodes count. I mean, even if i didn't remove the event listener, the count was increasing gradually. Mainly if i use JZZ().refresh() method. I was trying to understand if this is normal or not... that constant increase of DOM nodes count |
hi. i am trying to understand why DOM nodes count is increasing constantly
i found this div to be reacting automatically in the background...
if i remove this event listener, i get this: the div gets filled with lots of texts... mainly this is midi device ports...
i am thinking why did this happen??
i searched for possible reasons for this dom to be created and found this. (it might help demystify..?)
if i let it run, the count goes crazy high like this...
😭
i dont understand why this is happening and how to fix... please help
my code may be the problem, but i want to know why it happened and how to avoid this problem...
The text was updated successfully, but these errors were encountered: