@oncehub/ui-react 2.1.8-beta.4 → 2.1.8-beta.5
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/dist/ui-react.es.js
CHANGED
|
@@ -7206,7 +7206,7 @@ const H4 = "_autocomplete_29ukn_1", G4 = "_autocompleteContainer_29ukn_4", K4 =
|
|
|
7206
7206
|
const z = pe(() => {
|
|
7207
7207
|
if (s.current) {
|
|
7208
7208
|
const B = window.visualViewport, K = s.current.getBoundingClientRect();
|
|
7209
|
-
|
|
7209
|
+
setTimeout(() => {
|
|
7210
7210
|
const Q = p?.current?.getBoundingClientRect();
|
|
7211
7211
|
let H = K.left, J = K.y + K.height, re = window.innerHeight - K.bottom, ee = document.body.scrollHeight - (window.innerHeight + window.scrollY);
|
|
7212
7212
|
if (B && (H = K.left + B.offsetLeft, J = K.top + K.height + B.offsetTop, re = B.height - (K.bottom - B.offsetTop), ee = document.body.scrollHeight - (B.height + B.pageTop)), Q) {
|