toc is scrolling relatively to infinite loading

This commit is contained in:
2020-07-23 12:02:27 +02:00
parent ff80ee4618
commit 5705b47bbb
3 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default {
},
watch: {
reftoscrollto: function (newref, oldref) {
console.log('reftoscrollto watcher', oldref, newref)
console.log('MainLayout reftoscrollto watcher', oldref, newref)
this.scrollToRef()
}
},