Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dc655b1

Browse files
Merge branch 'bot_ui_close_chats_list_on_mobile' into 'master'
Bot UI: Close chat list by clicking on a list item on mobile devices See merge request postgres-ai/database-lab!894
2 parents 3fa1ade + 70c9877 commit dc655b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎ui/packages/platform/src/pages/Bot/ChatsList/ChatsList.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ export const ChatsList = (props: ChatsListProps) => {
125125
const handleClick = (threadId: string) => {
126126
if (onLinkClick) {
127127
onLinkClick(threadId)
128+
if (matches) {
129+
onClose()
130+
}
128131
}
129132
}
130133

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /