Fix redundancy in map configurator
This commit is contained in:
parent
c15ca4f05e
commit
07cfb1552b
@ -202,7 +202,7 @@ export default {
|
||||
|
||||
updateBounds (value) {
|
||||
if (value) {
|
||||
const bounds = this.bounds || this.bounds
|
||||
const bounds = this.bounds || {}
|
||||
const { _northEast, _southWest } = bounds
|
||||
|
||||
this.options.bounds = [Object.values(_northEast), Object.values(_southWest)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user