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 4817b7f5f7..86eb274bf8 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -13,7 +13,7 @@ import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain' import { activeWatermarkCheckUser, removeActiveWatermark } from '@/components/watermark/watermark' import { isMobile } from '@/utils/utils' import { isDashboard } from '@/utils/canvasUtils' -import view from '@antv/g2/src/chart/view' +import { XpackComponent } from '@/components/plugin' const componentWrapperInnerRef = ref(null) const componentEditBarRef = ref(null) @@ -434,6 +434,10 @@ const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc && :name="commonBackgroundSvgInner" > +