diff --git a/src/commandline/CommandLineManager.jsx b/src/commandline/CommandLineManager.jsx index 1e2606c..629cd51 100644 --- a/src/commandline/CommandLineManager.jsx +++ b/src/commandline/CommandLineManager.jsx @@ -16,7 +16,7 @@ function CommandLineManager(props) { }); const getDelay = () => { - return (text.length / Math.round(1 + (Number)(text.length / 1000))) + 50; + return (text.length / Math.round(1 + (Number)(text.length / 1000))); } return(