Merge branch 'tusooa/1240-nomore-touchsend' into 'develop'

Remove @touchstart in post status button

Closes #1240

See merge request pleroma/pleroma-fe!1791
This commit is contained in:
HJ 2023-03-01 10:28:59 +00:00
commit 0d9054d165
1 changed files with 0 additions and 2 deletions

View File

@ -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') }}