From eb158e28e1ebc0fbd83a3af1db1338469875c971 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Fri, 22 Aug 2025 18:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4default-passive-events?= =?UTF-8?q?=E6=8F=92=E4=BB=B6(=E4=BC=9A=E5=AF=BC=E8=87=B4h5=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E6=97=A0=E6=B3=95=E4=BF=9D=E6=8C=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-uniapp/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/im-uniapp/main.js b/im-uniapp/main.js index cbf6ae5..8fa350a 100644 --- a/im-uniapp/main.js +++ b/im-uniapp/main.js @@ -23,7 +23,6 @@ import switchBar from '@/components/bar/switch-bar' import * as recorder from './common/recorder-h5'; import ImageResize from "quill-image-resize-mp"; import Quill from "quill"; -import 'default-passive-events'; // 以下组件用于兼容部分手机聊天边框无法输入的问题 window.Quill = Quill; window.ImageResize = { default: ImageResize };