1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: dependabot interval and minor changes in README.md

This commit is contained in:
2020-08-07 17:27:25 +02:00
parent bbde2bd994
commit a15e6249e1
4 changed files with 7 additions and 20 deletions

View File

@ -48,7 +48,7 @@ export default {
checkScrollPosition () {
},
updateWindow (e) {
updateWindow (e) { // TODO: no timeout on first render
const visibleItemsCount = Math.ceil(this.$el.clientHeight / this.itemHeight);
const totalScrollHeight = this.items.length * this.itemHeight;
const offset = 50;