Browse Source

chore(gui-v2): arrow/tab navigation correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2992/head
Pranav C 2 years ago
parent
commit
4a09e2787b
  1. 5
      packages/nc-gui-v2/components/smartsheet/Grid.vue

5
packages/nc-gui-v2/components/smartsheet/Grid.vue

@ -42,10 +42,7 @@ const addColumnDropdown = ref(false)
const contextMenu = ref(false)
const contextMenuTarget = ref(false)
const visibleColLength = $computed(() => {
const cols = fields.value
return cols.filter((col) => !isVirtualCol(col)).length
})
const visibleColLength = $computed(() => fields.value?.length)
const {
loadData,

Loading…
Cancel
Save