Fix: increase timeout when opening a new POI
This commit is contained in:
parent
f3335c9371
commit
e8e4ae1f47
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
// ... and we force a fresh popup window
|
||||
selectedElement.setData(value)
|
||||
})
|
||||
}, slideDuration + 50)
|
||||
}, slideDuration * 2)
|
||||
})
|
||||
|
||||
state.mapProperties.installCustomKeyboardHandler(viewport)
|
||||
|
|
Loading…
Reference in a new issue