diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index 3a75b7d178..59655240de 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -214,6 +214,7 @@ const deepScale = computed(() => scale.value / 100) :search-count="searchCount" :scale="deepScale" :disabled="true" + :is-edit="false" /> diff --git a/core/core-frontend/src/custom-component/de-tabs/Component.vue b/core/core-frontend/src/custom-component/de-tabs/Component.vue index b277f58b20..b06848a8b3 100644 --- a/core/core-frontend/src/custom-component/de-tabs/Component.vue +++ b/core/core-frontend/src/custom-component/de-tabs/Component.vue @@ -8,7 +8,7 @@ {{ tabItem.title }} editMode.value === 'edit' && isEdit.value) + const calcTabLength = () => { setTimeout(() => { if (element.value.propValue.length > 1) {