mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Change auto close of map marker popup to 3000 miliseconds
This commit is contained in:
parent
aaf4c18aa5
commit
54cf350ce8
@ -249,7 +249,7 @@ export default {
|
||||
this.popupOnLeaveTimeoutId = setTimeout(() => {
|
||||
this.map.getCanvas().style.cursor = ''
|
||||
this.markers.popup.remove()
|
||||
}, 2000)
|
||||
}, 3000)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user