Skip to content

Commit

Permalink
Increase debounce timeout to be more realistic with real typing behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Feb 7, 2022
1 parent 26df2c5 commit b28bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/views/UnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export default {
},
onInputDebounced: debounce(function(e) {
this.onInput(e)
}, 200),
}, 500),

/**
* Load more results for the provided type
Expand Down

0 comments on commit b28bcb4

Please sign in to comment.