From 92ddb9bba3d32ac3516ef2541373bff42c5f0adc Mon Sep 17 00:00:00 2001 From: Faran Javed Date: Thu, 25 Sep 2025 18:51:38 +0500 Subject: [PATCH] [Fix]: #1987 issuse when type really slow --- client/packages/lowcoder/src/comps/comps/richTextEditorComp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {