@fileverse-dev/dsheet 1.2.59-patch-2 → 1.2.59-patch-4
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 +4 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -184950,15 +184950,15 @@ const sDt = (e) => {
|
|
|
184950
184950
|
console.error("[DSheet] Error processing portal content:", L);
|
|
184951
184951
|
}
|
|
184952
184952
|
}, [n]), It(() => {
|
|
184953
|
-
if (!(!
|
|
184953
|
+
if (!(!e.current || !t))
|
|
184954
184954
|
try {
|
|
184955
184955
|
const L = e.current.getArray(t), O = Array.from(L);
|
|
184956
|
-
O.length > 0 &&
|
|
184956
|
+
O.length > 0 && O.forEach((A, k) => {
|
|
184957
184957
|
const M = A.celldata;
|
|
184958
184958
|
M == null || M.forEach((D) => {
|
|
184959
184959
|
f[`${k}_${D.r}_${D.c}`] ? D.v && (D.v = {
|
|
184960
184960
|
...D.v,
|
|
184961
|
-
ps: USt
|
|
184961
|
+
ps: d ? USt : void 0
|
|
184962
184962
|
}) : D.v && (D.v = {
|
|
184963
184963
|
...D.v,
|
|
184964
184964
|
ps: void 0
|
|
@@ -184968,7 +184968,7 @@ const sDt = (e) => {
|
|
|
184968
184968
|
} catch (L) {
|
|
184969
184969
|
console.error("[DSheet] Error processing comment data:", L);
|
|
184970
184970
|
}
|
|
184971
|
-
}, [f, t, e, i, b]), It(() => {
|
|
184971
|
+
}, [f, t, e, i, b, n]), It(() => {
|
|
184972
184972
|
!e.current || !t || c === "synced" && (() => {
|
|
184973
184973
|
var k;
|
|
184974
184974
|
if (x.current)
|