@danxbot/ui 3.3.0 → 3.3.1
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38702,7 +38702,7 @@ function rz(e) {
|
|
|
38702
38702
|
}, [o]);
|
|
38703
38703
|
return at(
|
|
38704
38704
|
() => () => {
|
|
38705
|
-
r.current !== null && clearTimeout(r.current);
|
|
38705
|
+
r.current !== null && (clearTimeout(r.current), r.current = null);
|
|
38706
38706
|
},
|
|
38707
38707
|
[]
|
|
38708
38708
|
), st(
|