Browse Source

chore(gui): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5011/head
Pranav C 2 years ago
parent
commit
f92c68561c
  1. 7
      packages/nc-gui/components/smartsheet/Grid.vue

7
packages/nc-gui/components/smartsheet/Grid.vue

@ -284,10 +284,9 @@ const {
activeCell.col = 0
resetSelectedRange()
nextTick(() => {
;(document.querySelector('td.cell.active') as
| HTMLInputElement
| HTMLTextAreaElement
)?.scrollIntoView({ behavior: 'smooth' })
;(document.querySelector('td.cell.active') as HTMLInputElement | HTMLTextAreaElement)?.scrollIntoView({
behavior: 'smooth',
})
})
}
break

Loading…
Cancel
Save