Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf03b63b

Browse files
Merge pull request#2019 from iamfaran/fix/1987-editor
[Fix]:#1987 issuse when type really slow
2 parents79acea5 +92ddb9b commitf03b63b

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)

[8]ページ先頭

©2009-2025 Movatter.jp