Мелкая поправка
This commit is contained in:
@@ -522,10 +522,12 @@ class Reader extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async showClickMapPage() {
|
async showClickMapPage() {
|
||||||
|
if (!this.clickMapActive) {
|
||||||
this.clickMapActive = true;
|
this.clickMapActive = true;
|
||||||
await this.$refs.clickMapPage.slowDisappear();
|
await this.$refs.clickMapPage.slowDisappear();
|
||||||
this.clickMapActive = false;
|
this.clickMapActive = false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
get activePage() {
|
get activePage() {
|
||||||
let result = '';
|
let result = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user