Skip to content

Commit

Permalink
when past conversation is selected, scroll to the end of it (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan authored Oct 8, 2024
1 parent cccb21b commit a8963e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastagency/ui/mesop/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a8963e9

Please sign in to comment.