Skip to content
Snippets Groups Projects
Unverified Commit 763ae182 authored by tusooa's avatar tusooa :zap:
Browse files

Remove @touchstart in post status button

parent 602c48d1
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