Browse Source

fix(gui-v2): typo on cell classes

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3093/head
mertmit 2 years ago
parent
commit
c0d0dfc027
  1. 2
      packages/nc-gui-v2/components/smartsheet/Cell.vue

2
packages/nc-gui-v2/components/smartsheet/Cell.vue

@ -109,7 +109,7 @@ const syncAndNavigate = (dir: NavigateDir) => {
<template>
<div
class="nc-cell w-full-h-full"
class="nc-cell w-full h-full"
@keydown.stop.left
@keydown.stop.right
@keydown.stop.up

Loading…
Cancel
Save