logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0d9054d16553512091d983d42a466a90120122c7
parent 602c48d1fb1aded83cc59365f7bb2d1a375c51b3
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Wed,  1 Mar 2023 10:28:59 +0000

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

Remove @touchstart in post status button

Closes #1240

See merge request pleroma/pleroma-fe!1791

Diffstat:

Msrc/components/post_status_form/post_status_form.vue2--
1 file 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 @@ -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') }}