@fileverse-dev/dsheet 1.0.56 → 1.0.58
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.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -221474,7 +221474,7 @@ const hMt = ({
|
|
|
221474
221474
|
};
|
|
221475
221475
|
return Xt(() => (A.current = setInterval(() => {
|
|
221476
221476
|
E();
|
|
221477
|
-
},
|
|
221477
|
+
}, 20 * 60 * 1e3), () => {
|
|
221478
221478
|
A.current && clearInterval(A.current);
|
|
221479
221479
|
}), []), ra(() => {
|
|
221480
221480
|
const j = `workbook-${h}-${C}`, V = w.current && w.current.length > 0 ? w.current : a ? [] : wD;
|