From f4d7b63f4b61380b483a262a9d55f84db5f8591c Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 30 Jan 2019 17:29:29 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B1=D0=B0=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/Reader.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue index 4358a0e5..46b2fa75 100644 --- a/client/components/Reader/Reader.vue +++ b/client/components/Reader/Reader.vue @@ -130,7 +130,7 @@ class Reader extends Vue { settingsActive = false; bookPos = null; - allowUrlParamBookPos = true; + allowUrlParamBookPos = false; showRefreshIcon = true; created() { @@ -145,6 +145,8 @@ class Reader extends Vue { document.addEventListener('fullscreenchange', () => { this.fullScreenActive = (document.fullscreenElement !== null); }); + + this.allowUrlParamBookPos = this.settings.allowUrlParamBookPos; } mounted() {