@neovici/cosmoz-input
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A input web component", | ||
@@ -64,4 +64,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^12.0.0", | ||
"@commitlint/config-conventional": "^12.0.0", | ||
"@commitlint/cli": "^13.0.0", | ||
"@commitlint/config-conventional": "^13.0.0", | ||
"@neovici/eslint-config": "^1.2.0", | ||
@@ -68,0 +68,0 @@ "@open-wc/demoing-storybook": "^2.1.0", |
@@ -21,3 +21,3 @@ import { useCallback, useEffect, useMemo } from 'haunted'; | ||
const onMouseDown = e => { | ||
if (e.target.matches('input, textarea, label')) { | ||
if (e.defaultPrevented || e.target.matches('input, textarea, label')) { | ||
return; | ||
@@ -24,0 +24,0 @@ } |
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
11460