Fix: increase timeout when opening a new POI

This commit is contained in:
Pieter Vander Vennet 2024-11-05 00:25:40 +01:00
parent f3335c9371
commit e8e4ae1f47

View file

@ -94,7 +94,7 @@
// ... and we force a fresh popup window // ... and we force a fresh popup window
selectedElement.setData(value) selectedElement.setData(value)
}) })
}, slideDuration + 50) }, slideDuration * 2)
}) })
state.mapProperties.installCustomKeyboardHandler(viewport) state.mapProperties.installCustomKeyboardHandler(viewport)