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

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() { async showClickMapPage() {
this.clickMapActive = true; if (!this.clickMapActive) {
await this.$refs.clickMapPage.slowDisappear(); this.clickMapActive = true;
this.clickMapActive = false; await this.$refs.clickMapPage.slowDisappear();
this.clickMapActive = false;
}
} }
get activePage() { get activePage() {