mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(图表): 修复移动端双击标题会进入编辑状态 #17075
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user