zs_library 0.7.6 → 0.7.7
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10070,7 +10070,7 @@ function yi({ value: t, onChange: e, features: o, output: n = "html" }) {
|
|
|
10070
10070
|
Vn
|
|
10071
10071
|
],
|
|
10072
10072
|
content: d(t)
|
|
10073
|
-
}), h = Z(
|
|
10073
|
+
}), h = Z(!1);
|
|
10074
10074
|
return T(() => {
|
|
10075
10075
|
h.current || u && t !== void 0 && (u.commands.setContent(d(t) || ""), h.current = !0);
|
|
10076
10076
|
}, [t, u]), u;
|