diff --git a/packages/nc-gui/components/smartsheet/grid/Table.vue b/packages/nc-gui/components/smartsheet/grid/Table.vue index b7075a1335..ef05be4d58 100644 --- a/packages/nc-gui/components/smartsheet/grid/Table.vue +++ b/packages/nc-gui/components/smartsheet/grid/Table.vue @@ -1124,7 +1124,7 @@ defineExpose({ }) // when expand is clicked the drawer should open -// and cell should loose focs +// and cell should loose focus const expandAndLooseFocus = (row: Row, col: Record) => { if (expandForm) { expandForm(row, col) diff --git a/packages/nc-gui/components/smartsheet/header/Cell.vue b/packages/nc-gui/components/smartsheet/header/Cell.vue index 4ba762705d..dc287fb699 100644 --- a/packages/nc-gui/components/smartsheet/header/Cell.vue +++ b/packages/nc-gui/components/smartsheet/header/Cell.vue @@ -1,6 +1,6 @@