rc-picker
Advanced tools
Comparing version 0.0.1-alpha.42 to 0.0.1-alpha.43
@@ -128,3 +128,7 @@ "use strict"; | ||
if (blurToCancel) { | ||
onCancel(); | ||
setTimeout(function () { | ||
if (isClickOutside(document.activeElement)) { | ||
onCancel(); | ||
} | ||
}, 0); | ||
} else { | ||
@@ -131,0 +135,0 @@ triggerOpen(false); |
@@ -128,3 +128,7 @@ "use strict"; | ||
if (blurToCancel) { | ||
onCancel(); | ||
setTimeout(function () { | ||
if (isClickOutside(document.activeElement)) { | ||
onCancel(); | ||
} | ||
}, 0); | ||
} else { | ||
@@ -131,0 +135,0 @@ triggerOpen(false); |
{ | ||
"name": "rc-picker", | ||
"version": "0.0.1-alpha.42", | ||
"version": "0.0.1-alpha.43", | ||
"description": "React date & time picker", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
546341
13045