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 aa615c42c5..f229c527d5 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -344,7 +344,6 @@ const eventEnable = computed( ['indicator', 'rich-text'].includes(config.value.innerType)) && config.value.events && config.value.events.checked && - (isDashboard() || (!isDashboard() && !isMobile())) && showPosition.value !== 'canvas-multiplexing' )