From 54e8f701a17f03d0e273ee3e986f2309d590840e Mon Sep 17 00:00:00 2001 From: phyzical Date: Mon, 21 Mar 2022 20:02:59 +0800 Subject: [PATCH] change to 100 ms --- src/ui/React/LogBoxManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx index 4ba4a1aea..6c4489d31 100644 --- a/src/ui/React/LogBoxManager.tsx +++ b/src/ui/React/LogBoxManager.tsx @@ -141,7 +141,7 @@ function LogWindow(props: IProps): React.ReactElement { setScript(exisitingScript) } rerender(); - }, 1000) + }, 100) }), [], );