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 117d660 commit 2ec19d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/FormTitle/FilterInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const FilterInput = memo(
setDoSet(doSet)
if (!doSet) return

setNodeLabelFilterDebounced(value)
setNodeLabelFilter(value)
},
[setNodeLabelFilter, isCoarsePointer],
Expand Down

0 comments on commit 2ec19d0

Please sign in to comment.