Browse Source

fix: small fix for attachment

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/6630/head
mertmit 1 year ago
parent
commit
87b1620cf6
  1. 2
      packages/nc-gui/components/cell/attachment/index.vue

2
packages/nc-gui/components/cell/attachment/index.vue

@ -247,7 +247,7 @@ const onExpand = () => {
:class="{ 'ml-2': active }"
@click="
() => {
if (isGallery || isMobileMode) return
if (isGallery || isMobileMode || (isKanban && !isExpandedForm)) return
selectedImage = item
}
"

Loading…
Cancel
Save