commit: 763ae182b8ec321647beef25e9d954abaf2303e7
parent 602c48d1fb1aded83cc59365f7bb2d1a375c51b3
Author: tusooa <tusooa@kazv.moe>
Date: Tue, 28 Feb 2023 22:39:53 -0500
Remove @touchstart in post status button
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
@@ -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') }}