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 activeCell.col = 0
resetSelectedRange() resetSelectedRange()
nextTick(() => { nextTick(() => {
;(document.querySelector('td.cell.active') as ;(document.querySelector('td.cell.active') as HTMLInputElement | HTMLTextAreaElement)?.scrollIntoView({
| HTMLInputElement behavior: 'smooth',
| HTMLTextAreaElement })
)?.scrollIntoView({ behavior: 'smooth' })
}) })
} }
break break

Loading…
Cancel
Save