Disable touch tooltip on "jump to recent messages" button

Fixes #3089
This commit is contained in:
Pavel Djundik 2019-05-13 14:58:57 +03:00 committed by GitHub
parent 0967fa26cf
commit 721c0d4374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@
class="chat-content" class="chat-content"
> >
<div <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" aria-label="Jump to recent messages"
@click="$refs.messageList.jumpToBottom()" @click="$refs.messageList.jumpToBottom()"
> >