Skip to content

Commit

Permalink
reset bicycle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jan 21, 2025
1 parent adea533 commit 0f284d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/maplibre/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function resetControls () {
// reset cursor
functions.e('.maplibregl-canvas', e => { e.classList.remove('cursor-crosshair') })
// reset ctrl buttons
functions.e('.maplibregl-ctrl-btn, .mapbox-gl-draw_paint, .mapbox-gl-draw_road',
functions.e('.maplibregl-ctrl-btn, .mapbox-gl-draw_paint, .mapbox-gl-draw_road, .mapbox-gl-draw_bicycle',
e => { e.classList.remove('active') })

// reset active modals
Expand Down

0 comments on commit 0f284d1

Please sign in to comment.