aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-02-28 22:39:53 -0500
committertusooa <tusooa@kazv.moe>2023-02-28 22:39:53 -0500
commit763ae182b8ec321647beef25e9d954abaf2303e7 (patch)
treeb6b4d042cf08ed28b07a421091b23b20692f5dc2 /src/components/post_status_form
parent602c48d1fb1aded83cc59365f7bb2d1a375c51b3 (diff)
Remove @touchstart in post status button
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.vue2
1 files 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
index 64a8887c..86c1f907 100644
--- 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') }}