From de7280114a501eb8568cf4c0a1c85d5561f76648 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Fri, 17 Dec 2021 08:34:35 +0100 Subject: [PATCH] Increase debounce timeout to be more realistic with real typing behavior MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/src/views/UnifiedSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 6f5745125a8..155f718a9d7 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -483,7 +483,7 @@ export default { }, onInputDebounced: debounce(function(e) { this.onInput(e) - }, 200), + }, 500), /** * Load more results for the provided type -- 2.39.5