@melt-ui/svelte
Advanced tools
Comparing version 0.86.1 to 0.86.2
@@ -189,3 +189,7 @@ import { usePopper } from '../../internal/actions/index.js'; | ||
}; | ||
const unsub = executeCallbacks(addMeltEventListener(node, 'contextmenu', (e) => { | ||
const unsub = executeCallbacks(addMeltEventListener(window, 'contextmenu', (e) => { | ||
if (node.contains(e.target)) | ||
return; | ||
rootOpen.set(false); | ||
}), addMeltEventListener(node, 'contextmenu', (e) => { | ||
/** | ||
@@ -192,0 +196,0 @@ * Clear the long press because some platforms already |
{ | ||
"name": "@melt-ui/svelte", | ||
"version": "0.86.1", | ||
"version": "0.86.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "github:melt-ui/melt-ui", |
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
1166385
25797