From abedb86a9655e5546ba133ce2b0bddeaff16a663 Mon Sep 17 00:00:00 2001 From: aspizu Date: Thu, 31 Jul 2025 16:14:51 +0530 Subject: [PATCH 1/3] fix page reload when enter pressed in docs searchbar --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 38a978b8251..78e94422508 100644 --- a/docs/index.html +++ b/docs/index.html @@ -78,10 +78,11 @@
-
+
+ From 9a2997ab3b3b80645e4e6f3ab666cc50922f748a Mon Sep 17 00:00:00 2001 From: aspizu Date: Fri, 1 Aug 2025 14:38:58 +0530 Subject: [PATCH 2/3] fix page reload when enter key is pressed in docs searchbar --- docs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 78e94422508..c5c49ce7ba2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -78,11 +78,10 @@
- +
- From 533f89ff39247472a210325d70ed3a9a8644a2fd Mon Sep 17 00:00:00 2001 From: aspizu Date: Fri, 1 Aug 2025 14:40:49 +0530 Subject: [PATCH 3/3] add comment to explain page reload fix in docs searchbar --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index c5c49ce7ba2..bac22e474db 100644 --- a/docs/index.html +++ b/docs/index.html @@ -78,7 +78,7 @@
- +