From bb925ca3cd0e1f6a9be265ab1f91cc91c2dac490 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: Wed, 18 Mar 2026 14:24:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=9B=BE=E8=A1=A8=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=97=B6=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E6=A1=86=20(#18104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data-visualization/canvas/ComponentWrapper.vue | 3 ++- 1 file changed, 2 insertions(+), 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 8e6d510782..c70f58486c 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -405,7 +405,8 @@ const initOpenHandler = newWindow => { } } const deepScale = computed(() => scale.value / 100) -const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc && props.active)) +//const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc && props.active)) +const showActive = false const freezeFlag = computed(() => { return (