-
-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
Right now in the code, we are using a plain array to store HTMLElement.
This can cause run-time unable to gabage collector those HTMLElement after the HTMLElement already remove in DOM.
Right now we need to call the unsubscribe
on on the fitty instance to instead. But using Weakset, we can let the run-time GC those element for us.
anoblet
Metadata
Metadata
Assignees
Labels
No labels