Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Protect against
matches()
being undefined (#154)
try/catch to protect against cases where `el.matches` is not a function (not sure exact cause, but possibly `el` is undefined, or not an Element type)
- Loading branch information