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
To be clear, the potential bug is that calling dispose() multiple times will probably keep calling removeEventListener. Probably need handler=null in there.
I'd call this not a bug, since removeEventListener is a NOOP for not attached handlers. Still this roundtrip into browser realms could be avoided, true.
Handler is never unset:
xterm.js/src/browser/Lifecycle.ts
Lines 13 to 29 in bd0d267
The text was updated successfully, but these errors were encountered: