Skip to content

Commit 64f7c91

Browse files
committed
Enable keyboard pan+zoom using tabindex
1 parent 589c2d6 commit 64f7c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<textarea id="mapcss"></textarea>
1515
<button id="executeQuery">Execute Overpass QL</button>
1616
<button id="executeStyle">Execute MapCSS</button>
17-
<div id="map"></div>
17+
<div id="map" tabindex="0"></div>
1818
<script type="module" src="./src/main.ts"></script>
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)