better cursor on map
This commit is contained in:
@@ -171,6 +171,11 @@ export default {
|
||||
}
|
||||
// console.log(`this.mapPopupData type: ${this.mapPopupData.type}, id: ${this.mapPopupData.id}`);
|
||||
}
|
||||
if (this.mapPopupData) {
|
||||
document.body.style.cursor = "pointer";
|
||||
} else {
|
||||
document.body.style.cursor = "auto";
|
||||
}
|
||||
},
|
||||
onClick (e) {
|
||||
console.log('onClick', this, e);
|
||||
|
Reference in New Issue
Block a user