wysimark-lite 0.17.3 → 0.18.0
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 +148 -143
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +5 -4
package/dist/index.mjs
CHANGED
|
@@ -8805,8 +8805,8 @@ function Editable2({
|
|
|
8805
8805
|
Slate2,
|
|
8806
8806
|
{
|
|
8807
8807
|
editor,
|
|
8808
|
-
|
|
8809
|
-
|
|
8808
|
+
initialValue: initialValueRef.current,
|
|
8809
|
+
onValueChange: onSlateChange,
|
|
8810
8810
|
children: /* @__PURE__ */ jsx64(
|
|
8811
8811
|
SinkEditable2,
|
|
8812
8812
|
{
|