some fixes

This commit is contained in:
vapormusic 2022-10-07 08:40:04 +07:00
parent 97bb42f14f
commit 686971502f
2 changed files with 11 additions and 1 deletions

View file

@ -2143,6 +2143,7 @@ const app = new Vue({
}, 100);
},
setPagePos() {
try{
console.debug({
href: window.location.hash,
position: $("#app-content").scrollTop(),
@ -2151,6 +2152,8 @@ const app = new Vue({
href: window.location.hash,
position: $("#app-content").scrollTop(),
});
} catch(e){
}
},
routeView(item) {
this.setPagePos();