indicator-ui 0.0.312 → 0.0.313
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41974,9 +41974,9 @@ function useSmartPosition() {
|
|
|
41974
41974
|
if (parentRef !== null && parentRef !== void 0 && parentRef.current) observer.observe(parentRef.current);
|
|
41975
41975
|
if (windowRef !== null && windowRef !== void 0 && windowRef.current) observer.observe(windowRef.current);
|
|
41976
41976
|
};
|
|
41977
|
-
setUpListeners();
|
|
41978
|
-
resizeListener();
|
|
41979
41977
|
configurateObj();
|
|
41978
|
+
resizeListener();
|
|
41979
|
+
setUpListeners();
|
|
41980
41980
|
return clearListeners;
|
|
41981
41981
|
}, []);
|
|
41982
41982
|
}
|