diff --git a/src/pages/main.tsx b/src/pages/main.tsx index 6606d54..845b2be 100644 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -34,7 +34,7 @@ const fullScreenFeature = getFeatures('hub-video-start')?.fullScreen; const Input = ({ onStart }) => { const [value, setValue] = useState(''); - const [inFocuse, setInfocuse] = useState(true); + const [inFocuse, setInfocuse] = useState(false); const handleChange = useCallback(event => { setValue(event.target.value.toUpperCase()) }, [setValue]);