3
0

Fix redundancy in map configurator

This commit is contained in:
Jože Fortun 2024-10-28 16:34:09 +01:00
parent c15ca4f05e
commit 07cfb1552b

View File

@ -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)]