Browse Source

fix: on click open the child list

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5848/head
Pranav C 1 year ago
parent
commit
4c60caabb4
  1. 3
      packages/nc-gui/components/virtual-cell/Links.vue

3
packages/nc-gui/components/virtual-cell/Links.vue

@ -61,8 +61,7 @@ const onAttachRecord = () => {
}
const openChildList = () => {
if(!isLocked.value)
childListDlg = true
if (!isLocked.value) childListDlg.value = true
}
useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e: KeyboardEvent) => {

Loading…
Cancel
Save