@melt-ui/svelte
Advanced tools
Comparing version 0.27.1 to 0.27.2
@@ -77,2 +77,6 @@ import { usePopper, usePortal } from '../../internal/actions'; | ||
e.preventDefault(); | ||
const currentTarget = e.currentTarget; | ||
if (!isHTMLElement(currentTarget)) | ||
return; | ||
currentTarget.click(); | ||
})); | ||
@@ -79,0 +83,0 @@ return { |
{ | ||
"name": "@melt-ui/svelte", | ||
"version": "0.27.1", | ||
"version": "0.27.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
421356
10353