From 34f586467d3fd282018b6d23e63dddbd5a0ba0e0 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 10 Mar 2025 17:57:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E3=80=81=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE=E5=A4=8DiPad?= =?UTF-8?q?=20Pro=20=E7=9A=84=20iPadOS=20=E7=B3=BB=E7=BB=9F=E4=B8=8A?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=8C=E5=AF=8C=E6=96=87=E6=9C=AC=E6=96=87?= =?UTF-8?q?=E5=AD=97=E4=BC=9A=E8=B7=9F=E7=9D=80=E6=95=B0=E5=80=BC=E4=B8=80?= =?UTF-8?q?=E8=B5=B7=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98=20#12555?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/views/index.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index 0ec1ae75cf..17f19982c2 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -245,14 +245,6 @@ const clearViewLinkage = () => { useEmitt().emitter.emit('clearPanelLinkage', { viewId: element.value.id }) } -watch( - [() => view.value], - () => { - initTitle() - }, - { deep: true } -) - watch([() => scale.value], () => { initTitle() })