Skip to content

Commit

Permalink
Merge changes from chronotruck#338
Browse files Browse the repository at this point in the history
  • Loading branch information
walokra committed Oct 23, 2024
1 parent d329d6c commit f2322f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "vue-cli-service test:unit --watch",
"ui": "vue ui",
"prepare": "npm run build",
"delete-docs-report": "rm ./docs/report.html",
"delete-dist-report": "rm ./dist/report.html",
"delete:reports": "npm run delete-docs-report && npm run delete-dist-report"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
await this.$nextTick()
containers.forEach((container) => {
const elem = this.$refs[container][0]
const elem = this.$refs[container][0] || this.$refs[container]
if (!elem) return false
elem.scrollTop = 0
Expand Down

0 comments on commit f2322f6

Please sign in to comment.