Преглед на файлове

Поправка бага

Book Pauk преди 6 години
родител
ревизия
f4d7b63f4b
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      client/components/Reader/Reader.vue

+ 3 - 1
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() {