fix: don't search for first letter images
This commit is contained in:
parent
c1078255fc
commit
0cc7166767
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ export default {
|
||||||
|
|
||||||
// We're using debounce to not search on every keypress but with a delay.
|
// We're using debounce to not search on every keypress but with a delay.
|
||||||
debounceNewBackgroundSearch: debounce(this.newBackgroundSearch, SEARCH_DEBOUNCE, {
|
debounceNewBackgroundSearch: debounce(this.newBackgroundSearch, SEARCH_DEBOUNCE, {
|
||||||
leading: true,
|
|
||||||
trailing: true,
|
trailing: true,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue