@flozy/editor 4.6.9 → 4.7.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.
@@ -491,7 +491,7 @@ const CommonEditor = /*#__PURE__*/forwardRef((props, ref) => {
491
491
  ,
492
492
  children: /*#__PURE__*/_jsxs(Slate, {
493
493
  editor: editor,
494
- initialValue: value,
494
+ initialValue: debouncedValue?.current,
495
495
  onChange: handleEditorChange,
496
496
  children: [/*#__PURE__*/_jsx(DragAndDrop, {
497
497
  children: /*#__PURE__*/_jsxs(Overlay, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "4.6.9",
3
+ "version": "4.7.0",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"