Поправка бага
This commit is contained in:
@@ -72,6 +72,8 @@ export default @Component({
|
||||
const textPage = this.$refs.page;
|
||||
if (textPage.bookPos != newValue) {
|
||||
textPage.bookPos = newValue;
|
||||
}
|
||||
if (this.lastOpenedBook && this.lastOpenedBook.bookPos != newValue) {
|
||||
this.commit('reader/setOpenedBook', Object.assign({}, this.lastOpenedBook, {bookPos: newValue}));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user