Merge pull request #3218 from thelounge/xpaw/fix-3089
Disable touch tooltip on "jump to recent messages" button
This commit is contained in:
commit
46033ee29f
@ -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 New Issue
Block a user