From a8963e903958c046c82592724d0b0893024d69ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davorin=20Ru=C5=A1evljan?= Date: Tue, 8 Oct 2024 14:20:33 +0200 Subject: [PATCH] when past conversation is selected, scroll to the end of it (#320) --- fastagency/ui/mesop/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastagency/ui/mesop/main.py b/fastagency/ui/mesop/main.py index 342f4912..abd79f57 100644 --- a/fastagency/ui/mesop/main.py +++ b/fastagency/ui/mesop/main.py @@ -109,7 +109,7 @@ def select_past_conversation(ev: me.ClickEvent) -> Iterator[None]: yield time.sleep(1) yield - me.scroll_into_view(key="conversationtop") + me.scroll_into_view(key="end_of_messages") yield def on_show_hide(ev: me.ClickEvent) -> None: