Remove @touchstart in post status button

tusooa/focus-styling
tusooa 2 years ago
parent 602c48d1fb
commit 763ae182b8
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

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

Loading…
Cancel
Save