Эх сурвалжийг харах

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

Book Pauk 6 жил өмнө
parent
commit
3f52e78841

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

@@ -522,9 +522,11 @@ class Reader extends Vue {
     }
     }
 
 
     async showClickMapPage() {
     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() {
     get activePage() {