unfocused
This commit is contained in:
parent
90ea3ada90
commit
73d03a36ee
@ -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]);
|
||||||
|
Loading…
Reference in New Issue
Block a user