From a815bf27ebfd4f4422e603775d91b1be4215d351 Mon Sep 17 00:00:00 2001 From: Marius Robert Macamete Date: Tue, 25 Nov 2025 16:09:50 +0200 Subject: [PATCH] fix mobile issue --- 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 abc3b69..3b166b6 100644 --- a/UI_V2/pages/home/home.py +++ b/UI_V2/pages/home/home.py @@ -423,7 +423,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()