Merge pull request #3218 from thelounge/xpaw/fix-3089

Disable touch tooltip on "jump to recent messages" button
This commit is contained in:
Pavel Djundik 2019-05-13 17:15:42 +03:00 committed by GitHub
commit 46033ee29f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()"
>