fixed infinite loading top

This commit is contained in:
2022-03-18 15:21:38 +01:00
parent 2d50e7f48a
commit c30aa42b1d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ export default {
})
},
onCenterScrolled (e) {
// console.log('Edition centerScrolled(e)', e.target.scrollTop)
console.log('Edition centerScrolled(e)', e.target.scrollTop)
if (!this.center_scrolled && e.target.scrollTop > this.inifinite_load_distance * 1.5) {
this.center_scrolled = true
}