diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index 3144746e0f..c6dc6508c4 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -243,7 +243,7 @@ const onExpand = () => { :class="{ 'ml-2': active }" @click=" () => { - if (isGallery || isMobileMode) return + if (isGallery || isMobileMode || (isKanban && !isExpandedForm)) return selectedImage = item } "