diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-03-01 10:28:59 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-03-01 10:28:59 +0000 |
| commit | 0d9054d16553512091d983d42a466a90120122c7 (patch) | |
| tree | b6b4d042cf08ed28b07a421091b23b20692f5dc2 /src | |
| parent | 602c48d1fb1aded83cc59365f7bb2d1a375c51b3 (diff) | |
| parent | 763ae182b8ec321647beef25e9d954abaf2303e7 (diff) | |
Merge branch 'tusooa/1240-nomore-touchsend' into 'develop'
Remove @touchstart in post status button
Closes #1240
See merge request pleroma/pleroma-fe!1791
Diffstat (limited to 'src')
| -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') }} |
