diff --git a/packages/nc-gui/components/virtual-cell/Links.vue b/packages/nc-gui/components/virtual-cell/Links.vue index 5493c0dc70..bd1ff09f47 100644 --- a/packages/nc-gui/components/virtual-cell/Links.vue +++ b/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) => {