Browse Source

refactor: cy marker for spreadshet cell read

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3037/head
Raju Udava 2 years ago
parent
commit
50eab8093a
  1. 1
      packages/nc-gui-v2/components/smartsheet/Grid.vue

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

@ -270,6 +270,7 @@ const onNavigate = (dir: NavigateDir) => {
active: !isPublicView && selected.col === colIndex && selected.row === rowIndex,
}"
:data-col="columnObj.id"
:data-title="columnObj.title"
@click="selectCell(rowIndex, colIndex)"
@dblclick="editEnabled = true"
@contextmenu="contextMenuTarget = { row: rowIndex, col: colIndex }"

Loading…
Cancel
Save