@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.
- package/dist/index.es.js +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 :
|
|
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 = () => {
|