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

This commit is contained in:
Book Pauk
2019-02-08 21:14:01 +07:00
parent ec1477f081
commit 3f52e78841

View File

@@ -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() {