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
As `this.boundOnConnectWindowFocused != this.onConnectWindowFocused.bind(this)`, i.e. the `.bind()` creates a new and different function each time it is called, so `window.removeEventListener` doesn't do anything.
0 commit comments