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:
@ -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;
|
||||
|
Reference in New Issue
Block a user