@rc-component/trigger
Advanced tools
Comparing version 1.18.1 to 1.18.2
@@ -121,2 +121,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
var originBottom = popupElement.style.bottom; | ||
var originOverflow = popupElement.style.overflow; | ||
@@ -140,2 +141,3 @@ // Placement | ||
popupElement.style.bottom = 'auto'; | ||
popupElement.style.overflow = 'hidden'; | ||
@@ -213,2 +215,3 @@ // Calculate align style, we should consider `transform` case | ||
popupElement.style.bottom = originBottom; | ||
popupElement.style.overflow = originOverflow; | ||
(_popupElement$parentE2 = popupElement.parentElement) === null || _popupElement$parentE2 === void 0 || _popupElement$parentE2.removeChild(placeholderElement); | ||
@@ -215,0 +218,0 @@ |
@@ -129,2 +129,3 @@ "use strict"; | ||
var originBottom = popupElement.style.bottom; | ||
var originOverflow = popupElement.style.overflow; | ||
@@ -148,2 +149,3 @@ // Placement | ||
popupElement.style.bottom = 'auto'; | ||
popupElement.style.overflow = 'hidden'; | ||
@@ -221,2 +223,3 @@ // Calculate align style, we should consider `transform` case | ||
popupElement.style.bottom = originBottom; | ||
popupElement.style.overflow = originOverflow; | ||
(_popupElement$parentE2 = popupElement.parentElement) === null || _popupElement$parentE2 === void 0 || _popupElement$parentE2.removeChild(placeholderElement); | ||
@@ -223,0 +226,0 @@ |
{ | ||
"name": "@rc-component/trigger", | ||
"version": "1.18.1", | ||
"version": "1.18.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
181758
4007