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
Guard against this.drop not existing
If the element gets destroyed before the handlers get removed there are
exeptions thrown complaining about `el.classList`. This is because
`destroy()` sets `this.drop` to `null`.
A null-guard should protect against this case.
Guard against this.drop not existing
If the element gets destroyed before the handlers get removed there are
exeptions thrown complaining about `el.classList`. This is because
`destroy()` sets `this.drop` to `null`.
A null-guard should protect against this case.