@fileverse-dev/dsheet 1.2.82-temp-comment → 1.2.82
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 +5 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -186735,17 +186735,17 @@ const CEt = (e) => {
|
|
|
186735
186735
|
}
|
|
186736
186736
|
}, [n]), br(() => {
|
|
186737
186737
|
var N;
|
|
186738
|
-
if (
|
|
186738
|
+
if (!(!e.current || !t))
|
|
186739
186739
|
try {
|
|
186740
186740
|
const P = e.current.getArray(t), A = Array.from(P);
|
|
186741
186741
|
if (A.length > 0 && c === "synced") {
|
|
186742
186742
|
const _ = (N = r == null ? void 0 : r.current) == null ? void 0 : N.getWorkbookSetContext();
|
|
186743
|
-
r.current !== null && _ && (
|
|
186743
|
+
r.current !== null && _ && (_ == null || _((D) => {
|
|
186744
186744
|
D.luckysheetfile.forEach((E, I) => {
|
|
186745
186745
|
var G;
|
|
186746
186746
|
(G = E.data) == null || G.forEach((z, J) => {
|
|
186747
|
-
|
|
186748
|
-
ne && (
|
|
186747
|
+
z.forEach((ne, se) => {
|
|
186748
|
+
ne && (f[`${I}_${J}_${se}`] ? ne.ps = h ? Iq : void 0 : ne.ps = void 0);
|
|
186749
186749
|
});
|
|
186750
186750
|
});
|
|
186751
186751
|
});
|
|
@@ -186760,7 +186760,7 @@ const CEt = (e) => {
|
|
|
186760
186760
|
ps: void 0
|
|
186761
186761
|
});
|
|
186762
186762
|
});
|
|
186763
|
-
}),
|
|
186763
|
+
}), w.current = A;
|
|
186764
186764
|
}
|
|
186765
186765
|
} catch (P) {
|
|
186766
186766
|
console.error("[DSheet] Error processing comment data:", P);
|