Browse Source

chore(nc-gui): lint

pull/5328/head
Wing-Kam Wong 2 years ago
parent
commit
f5a58b82e3
  1. 2
      packages/nc-gui/components/smartsheet/Cell.vue

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

@ -158,7 +158,7 @@ const onContextmenu = (e: MouseEvent) => {
`nc-cell-${(column?.uidt || 'default').toLowerCase()}`,
{ 'text-blue-600': isPrimary(column) && !props.virtual && !isForm },
{ 'nc-grid-numeric-cell': isGrid && !isForm && isNumericField },
{ 'h-[40px]': !props.editEnabled && isForm }
{ 'h-[40px]': !props.editEnabled && isForm },
]"
@keydown.enter.exact="syncAndNavigate(NavigateDir.NEXT, $event)"
@keydown.shift.enter.exact="syncAndNavigate(NavigateDir.PREV, $event)"

Loading…
Cancel
Save