diff options
Diffstat (limited to 'snap.html')
| -rwxr-xr-x | snap.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,8 @@ // initialize leaflet map = L.map('map', { - keyboard: false + keyboard: false, + closePopupOnClick: false }).setView([52.5170365, 13.3888599], 10); // The map steals the key events, so the 'world' canvas has to be focused map.on('mouseover', function() {document.getElementById('world').focus();}); |
