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 <me@shgk.me>
  • Loading branch information
ShGKme authored and backportbot[bot] committed Sep 9, 2024
1 parent bbeea5f commit 4b3ff70
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 4b3ff70

Please sign in to comment.