From ff7974a38a3952042dccfc6fa2d40b3e366711ff Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 17 Jun 2023 17:37:48 +0530 Subject: [PATCH] revert: on double click open child list and avoid it Signed-off-by: Pranav C --- packages/nc-gui/components/virtual-cell/Links.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 /> - -