From e2a9906de04843b45662d4b922a561d17b9e0bd5 Mon Sep 17 00:00:00 2001 From: Pang Date: Sat, 16 Dec 2023 22:59:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=81=8A=E5=A4=A9=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E5=86=85=E5=AE=B9=E4=B8=BA=E7=A9=BA=E6=97=B6=E4=BB=8D?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E9=95=BF=E5=AE=89=E5=8F=91=E9=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=8F=91=E9=80=81=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/js/pages/manage/components/ChatInput/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue index b53a26f5c..2dbafd160 100755 --- a/resources/assets/js/pages/manage/components/ChatInput/index.vue +++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue @@ -115,7 +115,7 @@ class="chat-send" :class="sendClass" v-touchmouse="clickSend" - v-longpress="{callback: longSend, delay: 300}"> + v-longpress="{callback: onShowMenu, delay: 300}">