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
I think that's because addEventListener is called in the constructor, and the handler is part of the object. I guess that does not causes circular references because there is only one reference (the element).
Hi,
I'm just wondering, aren't event listeners removed?
Thanks
The text was updated successfully, but these errors were encountered: