@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:
|
494
|
+
initialValue: debouncedValue?.current,
|
495
495
|
onChange: handleEditorChange,
|
496
496
|
children: [/*#__PURE__*/_jsx(DragAndDrop, {
|
497
497
|
children: /*#__PURE__*/_jsxs(Overlay, {
|