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 <[email protected]>
  • Loading branch information
juliusknorr committed Apr 13, 2022
1 parent cd95fce commit de72801
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 de72801

Please sign in to comment.