mirror of
https://github.com/thelounge/thelounge
synced 2024-11-15 00:37:13 +00:00
parent
0967fa26cf
commit
721c0d4374
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
class="chat-content"
|
||||
>
|
||||
<div
|
||||
:class="['scroll-down tooltipped tooltipped-w', {'scroll-down-shown': !channel.scrolledToBottom}]"
|
||||
:class="['scroll-down tooltipped tooltipped-w tooltipped-no-touch', {'scroll-down-shown': !channel.scrolledToBottom}]"
|
||||
aria-label="Jump to recent messages"
|
||||
@click="$refs.messageList.jumpToBottom()"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue