diff --git a/packages/nc-gui/components/virtual-cell/Links.vue b/packages/nc-gui/components/virtual-cell/Links.vue index 95bf5947e9..b951567848 100644 --- a/packages/nc-gui/components/virtual-cell/Links.vue +++ b/packages/nc-gui/components/virtual-cell/Links.vue @@ -65,7 +65,7 @@ const onAttachRecord = () => { } const openChildList = () => { - if (!isLocked.value && (editable.value || active.value)) { + if (!isLocked.value) { childListDlg.value = true } } @@ -114,13 +114,3 @@ useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e: KeyboardEven /> - -