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) {