Browse Source

fix(nc-gui): Fixed issue with image opening in kanban view

pull/6621/head
Muhammed Mustafa 11 months ago
parent
commit
4bf096c44f
  1. 2
      packages/nc-gui/components/cell/attachment/index.vue

2
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
}
"

Loading…
Cancel
Save