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 59bdbcfd02..4514f37fc1 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -179,7 +179,7 @@ const handleInnerMouseDown = e => { dvMainStore.mobileInPc ) { onClick() - if (e.target?.className?.includes('ed-input__inner')) return + if (e.target?.className?.includes?.('ed-input__inner')) return e?.stopPropagation() e?.preventDefault() }