From 31933a964797ee0365415f6cca05d3f21c92a865 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:32:45 +0200 Subject: [PATCH] refactor(nc-gui): remove key event stopper from cells --- packages/nc-gui/components/smartsheet/Cell.vue | 8 ++------ packages/nc-gui/components/smartsheet/VirtualCell.vue | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/Cell.vue b/packages/nc-gui/components/smartsheet/Cell.vue index d11cfe42ef..ce20dbfa94 100644 --- a/packages/nc-gui/components/smartsheet/Cell.vue +++ b/packages/nc-gui/components/smartsheet/Cell.vue @@ -138,12 +138,8 @@ const syncAndNavigate = (dir: NavigateDir) => {
diff --git a/packages/nc-gui/components/smartsheet/VirtualCell.vue b/packages/nc-gui/components/smartsheet/VirtualCell.vue index aae2057493..dcdb3b1a45 100644 --- a/packages/nc-gui/components/smartsheet/VirtualCell.vue +++ b/packages/nc-gui/components/smartsheet/VirtualCell.vue @@ -28,8 +28,8 @@ const { isLookup, isBt, isRollup, isMm, isHm, isFormula, isCount } = useVirtualC