From c6b0ab95564a1fde763c083d46f140169e3f4e62 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 8 Apr 2025 09:59:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E5=85=AC=E5=85=B1=E9=93=BE=E6=8E=A5=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E8=A7=84=E5=88=99=E7=82=B9=E5=87=BB=E5=8F=AF=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E5=A4=AA=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data-visualization/canvas/ComponentWrapper.vue | 1 + 1 file changed, 1 insertion(+) 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 22cbbd96f2..f570c5442d 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -173,6 +173,7 @@ const handleInnerMouseDown = e => { } if (['popEdit', 'preview'].includes(showPosition.value) || dvMainStore.mobileInPc) { onClick(e) + if (e.target?.className?.includes('ed-input__inner')) return e.stopPropagation() e.preventDefault() }