Skip to content
Snippets Groups Projects
Commit 0d9054d1 authored by HJ's avatar HJ :fire:
Browse files

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

Remove @touchstart in post status button

Closes #1240

See merge request pleroma/pleroma-fe!1791
parents 602c48d1 763ae182
No related branches found
No related tags found
No related merge requests found
......@@ -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') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment