From 9536ce98a662dbc88545d5b51315944a67272a0d Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Wed, 9 Apr 2025 10:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86iPhone13=20Pro=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E8=BE=93=E5=85=A5=E6=A1=86=E8=83=BD=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E9=94=AE=E7=9B=98=E4=BD=86=E6=B2=A1=E8=81=9A=E7=84=A6=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=97=A0=E6=B3=95=E6=89=93=E5=AD=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/dialog/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/dialog/index.vue b/src/pages/dialog/index.vue index 1b24b73..e1d2b27 100644 --- a/src/pages/dialog/index.vue +++ b/src/pages/dialog/index.vue @@ -680,7 +680,7 @@ const onEditorClick = () => { // if (quill.getText().endsWith('@\n')) { // showMentionSelectDebounced(quill) // } - quill.focus() + // quill.focus() } const onSendMessage = (data = {}, callBack, showLoading = false) => { @@ -2007,6 +2007,7 @@ const showMentionSelectDebounced = (quill) => { opacity: 0; height: 1rpx; overflow: auto; + display: none; } :deep(.ql-editor) {