Update:Epub ereader show location at bottom of page #766

This commit is contained in:
advplyr
2023-09-16 15:12:20 -05:00
parent ac2b674ba5
commit 04bc74babe
4 changed files with 61 additions and 12 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ export default {
}
},
userUpdated(user) {
console.log('[default] userUpdated:', JSON.stringify(user))
// console.log('[default] userUpdated:', JSON.stringify(user))
if (this.user && this.user.id == user.id) {
this.$store.commit('user/setUser', user)
}