Skip to content

Commit 3e40187

Browse files
committed
search.debounce: revert to 0
1 parent 751f487 commit 3e40187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class Navgo {
3131
attach_to_window: true,
3232
search: {
3333
show_defaults: false,
34-
debounce: 1000,
34+
debounce: 0,
3535
push_history: true,
3636
sort: true,
3737
array_style: 'repeat',

0 commit comments

Comments
 (0)