From 54d7eefe242583f62d434eb0d269a615119654d9 Mon Sep 17 00:00:00 2001 From: Scobiform Date: Fri, 19 Apr 2024 18:23:06 +0200 Subject: [PATCH] Add search for user #11 --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index 5f1b8d5..98dbbf5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -106,6 +106,8 @@ } async function handleKeyUp(event) { + event.preventDefault(); + clearTimeout(timeout); // Check if the enter key is pressed