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) }), [], );