Мелкая поправка
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user