@fileverse-dev/ddoc 3.0.96-zustand-14 → 3.0.96-zustand-15

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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -43117,8 +43117,8 @@ const rfe = ({
43117
43117
  t,
43118
43118
  oe,
43119
43119
  () => b.current
43120
- ) : null, G = Y || T !== null, J = Y ? t.getAttributes("comment").resolved ?? !1 : (T == null ? void 0 : T.resolved) ?? !1;
43121
- G !== z && (z = G, Z.setIsCommentActive(G)), J !== te && (te = J, Z.setIsCommentResolved(J)), T && !Y && Z.activeCommentId !== T.id && (Z.setActiveCommentId(T.id), Z.openFloatingThread(T.id));
43120
+ ) : null, G = Y || T !== null && !T.resolved, J = G && Y ? t.getAttributes("comment").resolved ?? !1 : !1;
43121
+ G !== z && (z = G, Z.setIsCommentActive(G)), J !== te && (te = J, Z.setIsCommentResolved(J)), T && !Y && !T.resolved && Z.activeCommentId !== T.id && (Z.setActiveCommentId(T.id), Z.openFloatingThread(T.id));
43122
43122
  };
43123
43123
  let ee = null;
43124
43124
  const K = () => {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.0.96-zustand-14",
5
+ "version": "3.0.96-zustand-15",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {