UX+Accessibility: focus on map when appropriate

This commit is contained in:
Pieter Vander Vennet 2023-11-03 02:24:33 +01:00
parent 3a915bdf25
commit bb328d9724
3 changed files with 25 additions and 2 deletions

View file

@ -370,7 +370,7 @@
<IfHidden condition={state.guistate.backgroundLayerSelectionIsOpened}>
<!-- background layer selector -->
<FloatOver
<FloatOver
on:close={() => {
state.guistate.backgroundLayerSelectionIsOpened.setData(false)
}}