diff --git a/tasks/enduro-trails/prototype/static/app.js b/tasks/enduro-trails/prototype/static/app.js index 41771f5..bda7eb2 100644 --- a/tasks/enduro-trails/prototype/static/app.js +++ b/tasks/enduro-trails/prototype/static/app.js @@ -417,7 +417,7 @@ function toggleRouteMode() { btn.classList.add('active'); clearRoute(); window._map.getCanvas().style.cursor = 'crosshair'; - // sheet is NOT opened - user taps mini-bar to open it + openSheet('sheet-route'); } updateMapModeClass(); }