From 33da985eb4dc463a1cbefb97525d73c6c3beedd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:06:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E8=BF=90=E8=A1=8C=E5=A4=A7=E5=B1=8F=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E8=AE=BF=E9=97=AE=E6=97=B6=E4=BD=BF=E7=94=A8=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AE=20(#17270)?= 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 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 aa615c42c5..f229c527d5 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -344,7 +344,6 @@ const eventEnable = computed( ['indicator', 'rich-text'].includes(config.value.innerType)) && config.value.events && config.value.events.checked && - (isDashboard() || (!isDashboard() && !isMobile())) && showPosition.value !== 'canvas-multiplexing' )