diff --git a/frontend/src/components/canvas/custom-component/UserViewDialog.vue b/frontend/src/components/canvas/custom-component/UserViewDialog.vue index 18b8eeca13..ce8a4e8a09 100644 --- a/frontend/src/components/canvas/custom-component/UserViewDialog.vue +++ b/frontend/src/components/canvas/custom-component/UserViewDialog.vue @@ -68,7 +68,7 @@ export default { }, computed: { isAbsoluteContainer() { - return this.chart.type === 'symbol-map' + return this.showChartCanvas && this.chart.type === 'symbol-map' }, showChartCanvas() { return this.openType === 'enlarge'