urfu-ui-kit-react 0.0.73 → 0.0.74
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.
|
@@ -10203,8 +10203,8 @@ function Dr(n) {
|
|
|
10203
10203
|
function t(e) {
|
|
10204
10204
|
a.current && !a.current.contains(e.target) && n();
|
|
10205
10205
|
}
|
|
10206
|
-
return document.addEventListener("
|
|
10207
|
-
document.removeEventListener("
|
|
10206
|
+
return document.addEventListener("click", t), () => {
|
|
10207
|
+
document.removeEventListener("click", t);
|
|
10208
10208
|
};
|
|
10209
10209
|
}, [n]), a;
|
|
10210
10210
|
}
|