Skip to content

Commit

Permalink
#115 scroll record to beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
lana-k committed Jan 6, 2024
1 parent d949629 commit 4c8401f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export default {
if (this.selectedCellElement && scrollTo) {
this.selectedCellElement.scrollIntoView()
this.selectedCellElement.closest('.table-container').scrollTo({ left: 0 })
}
this.$emit('updateSelectedCell', this.selectedCellElement)
Expand Down

0 comments on commit 4c8401f

Please sign in to comment.