fix mobile issue
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user