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
fix(vue): handle outsideClick touchend event on SVG elements
Closes: tailwindlabs#3752
Reuses code from: tailwindlabs#3704
Right now `touchend` only checks if target is HTMLElement, but this
check will fail for some other elements (like SVG elements).
This change brings dom utils from tailwindlabs#3704 to Vue to properly resolve
target.
0 commit comments