@semantic-ui/query
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -26,5 +26,5 @@ { | ||
"dependencies": { | ||
"@semantic-ui/utils": "^0.1.5" | ||
"@semantic-ui/utils": "^0.1.6" | ||
}, | ||
"version": "0.1.5" | ||
"version": "0.1.6" | ||
} |
@@ -390,10 +390,6 @@ import { isPlainObject, isString, isArray, isDOM, isFunction, findIndex, camelToKebab, inArray, isClient, isObject, each } from '@semantic-ui/utils'; | ||
} | ||
else if(targetSelector) { | ||
// keep things simple for most basic uses | ||
else { | ||
// target selector is target | ||
target = event.target.closest(targetSelector); | ||
} | ||
else { | ||
// no target selector | ||
target = event.target; | ||
} | ||
@@ -400,0 +396,0 @@ if (target) { |
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
104276
2569
Updated@semantic-ui/utils@^0.1.6