diff --git a/src/views/list/settings/background.vue b/src/views/list/settings/background.vue index 4a93d7465..fc78156f8 100644 --- a/src/views/list/settings/background.vue +++ b/src/views/list/settings/background.vue @@ -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, }),