From d1b381674d2db927b3c35d998bddda4f645af314 Mon Sep 17 00:00:00 2001 From: wisonic Date: Thu, 5 Feb 2026 11:26:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=8F=8C=E5=87=BB=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=BC=9A=E8=BF=9B=E5=85=A5=E7=BC=96=E8=BE=91=E7=8A=B6=E6=80=81?= =?UTF-8?q?=20#17075?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e5aaadb239..569f24057b 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -926,7 +926,7 @@ const chartAreaShow = computed(() => { const titleInputRef = ref() const titleEditStatus = ref(false) function changeEditTitle() { - if (!props.active) { + if (!props.active || mobileInPc.value) { return } if (!titleEditStatus.value) {