Skip to content

Commit

Permalink
work on filtering mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jan 23, 2025
1 parent 56d0c1b commit 117d660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/FormTitle/FilterInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const FilterInput = memo(
}
setNodeLabelFilterDebounced(val)
},
[setNodeLabelFilterDebounced],
[setNodeLabelFilterDebounced, isCoarsePointer],
)
const [keyPressed, setKeyPressed] = useState(null)
const [doSet, setDoSet] = useState(false)
Expand Down

0 comments on commit 117d660

Please sign in to comment.