mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug line
This commit is contained in:
parent
29b809558b
commit
edaeef0c7f
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ export function SetLabelsControl(props: SetLabelsControlProps): JSX.Element {
|
|||
const [focusedIndex, setFocusedIndex] = useState<number | undefined>(0)
|
||||
|
||||
useEffect(() => {
|
||||
console.log('setting focused index: ', inputValue)
|
||||
setFocusedIndex(undefined)
|
||||
}, [inputValue])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue