diff --git a/client/packages/lowcoder/src/comps/comps/richTextEditorComp.tsx b/client/packages/lowcoder/src/comps/comps/richTextEditorComp.tsx index a75120511..a1c05e692 100644 --- a/client/packages/lowcoder/src/comps/comps/richTextEditorComp.tsx +++ b/client/packages/lowcoder/src/comps/comps/richTextEditorComp.tsx @@ -349,7 +349,7 @@ const RichTextEditorCompBase = new UICompBuilder(childrenMap, (props) => { propsRef.current.value.onChange(html); propsRef.current.delta.onChange(deltaJSON); propsRef.current.onEvent("change"); - }, 500) + }, 1000) ); useEffect(() => {