Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jan 24, 2025
1 parent 5a26d10 commit 1e9f259
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 @@ -77,7 +77,7 @@ export const FilterInput = memo(
const val = e.target.value.replaceAll('(', '').replaceAll(')', '')
setValue(val)

// on coarse pointer filter on enter, not debounced
// on coarse pointer: filter on enter, not debounced
const isCoarsePointer = matchMedia('(pointer: coarse)').matches
if (isCoarsePointer) return

Expand Down

0 comments on commit 1e9f259

Please sign in to comment.