unfocused

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-11-29 22:40:13 +03:00
parent 90ea3ada90
commit 73d03a36ee

View File

@ -34,7 +34,7 @@ const fullScreenFeature = getFeatures('hub-video-start')?.fullScreen;
const Input = ({ onStart }) => { const Input = ({ onStart }) => {
const [value, setValue] = useState(''); const [value, setValue] = useState('');
const [inFocuse, setInfocuse] = useState(true); const [inFocuse, setInfocuse] = useState(false);
const handleChange = useCallback(event => { const handleChange = useCallback(event => {
setValue(event.target.value.toUpperCase()) setValue(event.target.value.toUpperCase())
}, [setValue]); }, [setValue]);