Skip to content

Commit

Permalink
fix(chat): add title to "Scroll to bottom" button
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Sep 9, 2024
1 parent 8effd0b commit 833f7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<NcButton v-show="!isChatScrolledToBottom && !isLoadingChat"
type="secondary"
:aria-label="t('spreed', 'Scroll to bottom')"
:title="t('spreed', 'Scroll to bottom')"
class="scroll-to-bottom__button"
@click="smoothScrollToBottom">
<template #icon>
Expand Down

0 comments on commit 833f7bf

Please sign in to comment.