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 346b38153f..a74bb9eaca 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -192,6 +192,10 @@ const onPointClick = param => { emits('onPointClick', param) } +const innerOutActive = computed(() => { + return config.value.category === 'hidden' && showPosition.value === 'popEdit' +}) + const deepScale = computed(() => scale.value / 100) @@ -228,7 +232,7 @@ const deepScale = computed(() => scale.value / 100) :style="{ color: config.commonBackground.innerImageColor }" :name="commonBackgroundSvgInner" > -
+
scale.value / 100)