From 4c60caabb4bbd36ae310b59bffb93f04a40707b5 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 17 Jun 2023 16:09:46 +0530 Subject: [PATCH] fix: on click open the child list Signed-off-by: Pranav C --- packages/nc-gui/components/virtual-cell/Links.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) => {