Browse Source

fix(gui-v2): use ref value for isJSON

Re #3183

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

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

@ -99,7 +99,7 @@ const {
} = useColumn(column)
const syncAndNavigate = (dir: NavigateDir) => {
if (isJSON) return
if (isJSON.value) return
if (changed) {
emit('save')

Loading…
Cancel
Save