From eacc55d645bc874fe3c00fbc4c4d96e374c35171 Mon Sep 17 00:00:00 2001 From: wisonic Date: Tue, 16 Dec 2025 13:54:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=BC=A9=E6=94=BE=E6=8C=89=E9=92=AE=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data-visualization/canvas/ComponentWrapper.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index 59bdbcfd02..4514f37fc1 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -179,7 +179,7 @@ const handleInnerMouseDown = e => { dvMainStore.mobileInPc ) { onClick() - if (e.target?.className?.includes('ed-input__inner')) return + if (e.target?.className?.includes?.('ed-input__inner')) return e?.stopPropagation() e?.preventDefault() }