fix: don't search for first letter images
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-10-17 15:19:21 +02:00
parent c1078255fc
commit 0cc7166767
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ export default {
// We're using debounce to not search on every keypress but with a delay.
debounceNewBackgroundSearch: debounce(this.newBackgroundSearch, SEARCH_DEBOUNCE, {
leading: true,
trailing: true,
}),