Remove @touchstart in post status button

This commit is contained in:
tusooa 2023-02-28 22:39:53 -05:00
parent 602c48d1fb
commit 763ae182b8
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 0 additions and 2 deletions

View File

@ -281,12 +281,10 @@
>
{{ $t('post_status.post') }}
</button>
<!-- touchstart is used to keep the OSK at the same position after a message send -->
<button
v-else
:disabled="uploadingFiles || disableSubmit"
class="btn button-default"
@touchstart.stop.prevent="postStatus($event, newStatus)"
@click.stop.prevent="postStatus($event, newStatus)"
>
{{ $t('post_status.post') }}