Skip to content

Commit f03b63b

Browse files
Merge pull request #2019 from iamfaran/fix/1987-editor
[Fix]: #1987 issuse when type really slow
2 parents 79acea5 + 92ddb9b commit f03b63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/richTextEditorComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ const RichTextEditorCompBase = new UICompBuilder(childrenMap, (props) => {
349349
propsRef.current.value.onChange(html);
350350
propsRef.current.delta.onChange(deltaJSON);
351351
propsRef.current.onEvent("change");
352-
}, 500)
352+
}, 1000)
353353
);
354354

355355
useEffect(() => {

0 commit comments

Comments
 (0)