From 8dad50b4dab5b145ed9afb9213311b031736cbbc Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 19 Sep 2024 13:37:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=BB=84=E6=94=AF=E6=8C=81=E8=BD=AE=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/picture-group/Component.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/src/custom-component/picture-group/Component.vue b/core/core-frontend/src/custom-component/picture-group/Component.vue index 5ed5b64754..9668c91c9c 100644 --- a/core/core-frontend/src/custom-component/picture-group/Component.vue +++ b/core/core-frontend/src/custom-component/picture-group/Component.vue @@ -71,9 +71,7 @@ const dataRowFiledName = ref([]) let carouselTimer = null const { element, view, showPosition } = toRefs(props) -const isEditMode = computed( - () => editMode.value === 'edit' && !showPosition.value.includes('canvas') && !mobileInPc.value -) +const isEditMode = computed(() => showPosition.value.includes('canvas') && !mobileInPc.value) watch( () => isEditMode.value,