Skip to content

Commit c7a4ad1

Browse files
committed
fix: search bar flicker input
1 parent 27c8d19 commit c7a4ad1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

components/SearchBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type Props = {
88
placeholder?: string;
99
};
1010

11-
const DEBOUNCE_MS = 200;
11+
const DEBOUNCE_MS = 350;
1212

1313
export function SearchBar({ placeholder = "Search repos by owner/name" }: Props) {
1414
const router = useRouter();

data/rank.db-shm

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)