From 6183cce3ca23a369c13dfd7c6b969ede83c47496 Mon Sep 17 00:00:00 2001 From: Marius Robert Macamete Date: Tue, 25 Nov 2025 15:14:51 +0200 Subject: [PATCH] remove auto focus --- UI_V2/pages/home/home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI_V2/pages/home/home.py b/UI_V2/pages/home/home.py index 5ea6b81..99d89da 100644 --- a/UI_V2/pages/home/home.py +++ b/UI_V2/pages/home/home.py @@ -422,7 +422,7 @@ class Home: self.chat_input.value = "" # Keep the focus in the chat input so the user can continue typing - self.chat_input.focus() + #self.chat_input.focus() self.chat_input.update() self.page.update()