fix: don't search for first letter images
This commit is contained in:
parent
c1078255fc
commit
0cc7166767
@ -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,
|
||||
}),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user