diff options
| author | tusooa <tusooa@kazv.moe> | 2023-02-28 22:39:53 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-02-28 22:39:53 -0500 |
| commit | 763ae182b8ec321647beef25e9d954abaf2303e7 (patch) | |
| tree | b6b4d042cf08ed28b07a421091b23b20692f5dc2 /src/components/post_status_form | |
| parent | 602c48d1fb1aded83cc59365f7bb2d1a375c51b3 (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.vue | 2 |
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') }} |
