mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
a11y: turn embeded maps into inert elements
One of the side-effects is to make the content of the map un-focusable but we also loose the ability to interact with the map itself.
This commit is contained in:
parent
48daa0a77f
commit
abe49cc1ba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% load umap_tags %}
|
||||
|
||||
<umap-fragment data-settings='{{ map_settings|escape }}'>
|
||||
<umap-fragment data-settings='{{ map_settings|escape }}' inert>
|
||||
<div id="{{ unique_id }}" class="map_fragment">
|
||||
</div>
|
||||
</umap-fragment>
|
||||
|
|
Loading…
Reference in a new issue