@rc-component/trigger
Advanced tools
Comparing version 1.14.1 to 1.14.2
@@ -346,3 +346,6 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
onPopupMouseEnter = function onPopupMouseEnter() { | ||
triggerOpen(true, mouseEnterDelay); | ||
// Only trigger re-open when popup is visible | ||
if (mergedOpen || inMotion) { | ||
triggerOpen(true, mouseEnterDelay); | ||
} | ||
}; | ||
@@ -349,0 +352,0 @@ |
@@ -356,3 +356,6 @@ "use strict"; | ||
onPopupMouseEnter = function onPopupMouseEnter() { | ||
triggerOpen(true, mouseEnterDelay); | ||
// Only trigger re-open when popup is visible | ||
if (mergedOpen || inMotion) { | ||
triggerOpen(true, mouseEnterDelay); | ||
} | ||
}; | ||
@@ -359,0 +362,0 @@ |
{ | ||
"name": "@rc-component/trigger", | ||
"version": "1.14.1", | ||
"version": "1.14.2", | ||
"description": "base abstract trigger component for react", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
175440
3883