continue refactor of geocoding services, improved locale, fixes on mapEdit
This commit is contained in:
@@ -54,7 +54,9 @@ export default {
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
this.$refs.map.mapObject.invalidateSize();
|
||||
if (this.$refs.map && this.$refs.map.mapObject ) {
|
||||
this.$refs.map.mapObject.invalidateSize();
|
||||
}
|
||||
}, 200);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user