@flozy/editor 4.6.9 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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"