@alauda/ui 6.5.7-beta.8 → 6.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2020/alauda-ui.mjs
CHANGED
|
@@ -1531,7 +1531,6 @@ class BaseTooltip {
|
|
|
1531
1531
|
.position()
|
|
1532
1532
|
.flexibleConnectedTo(this.elRef)
|
|
1533
1533
|
.withGrowAfterOpen(true)
|
|
1534
|
-
.withPush(false)
|
|
1535
1534
|
.withPositions([
|
|
1536
1535
|
{ ...originPosition.main, ...overlayPosition.main },
|
|
1537
1536
|
{ ...originPosition.fallback, ...overlayPosition.fallback },
|