From 59f08bc0dbc95b65926ed3fddb96833bc0ccce20 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 5 Feb 2019 14:40:15 +0100 Subject: [PATCH] Debounce autocomplete calls --- website/client/components/groups/chat.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/website/client/components/groups/chat.vue b/website/client/components/groups/chat.vue index b05d40e774..88df486f5d 100644 --- a/website/client/components/groups/chat.vue +++ b/website/client/components/groups/chat.vue @@ -37,6 +37,7 @@