remove auto focus

This commit is contained in:
2025-11-25 15:14:51 +02:00
parent 65e1df9ebe
commit 6183cce3ca

View File

@@ -422,7 +422,7 @@ class Home:
self.chat_input.value = "" self.chat_input.value = ""
# Keep the focus in the chat input so the user can continue typing # 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.chat_input.update()
self.page.update() self.page.update()