瀏覽代碼

Remove @touchstart in post status button

tusooa 1 年之前
父節點
當前提交
763ae182b8
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/components/post_status_form/post_status_form.vue

+ 0 - 2
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') }}