Поправка бага
This commit is contained in:
@@ -130,7 +130,7 @@ class Reader extends Vue {
|
|||||||
settingsActive = false;
|
settingsActive = false;
|
||||||
|
|
||||||
bookPos = null;
|
bookPos = null;
|
||||||
allowUrlParamBookPos = true;
|
allowUrlParamBookPos = false;
|
||||||
showRefreshIcon = true;
|
showRefreshIcon = true;
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
@@ -145,6 +145,8 @@ class Reader extends Vue {
|
|||||||
document.addEventListener('fullscreenchange', () => {
|
document.addEventListener('fullscreenchange', () => {
|
||||||
this.fullScreenActive = (document.fullscreenElement !== null);
|
this.fullScreenActive = (document.fullscreenElement !== null);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.allowUrlParamBookPos = this.settings.allowUrlParamBookPos;
|
||||||
}
|
}
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Reference in New Issue
Block a user