Explorar o código

Мелкая поправка

Book Pauk %!s(int64=6) %!d(string=hai) anos
pai
achega
3f52e78841
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  1. 5 3
      client/components/Reader/Reader.vue

+ 5 - 3
client/components/Reader/Reader.vue

@@ -522,9 +522,11 @@ class Reader extends Vue {
     }
 
     async showClickMapPage() {
-        this.clickMapActive = true;
-        await this.$refs.clickMapPage.slowDisappear();
-        this.clickMapActive = false;
+        if (!this.clickMapActive) {
+            this.clickMapActive = true;
+            await this.$refs.clickMapPage.slowDisappear();
+            this.clickMapActive = false;
+        }
     }
 
     get activePage() {