From 42cd620c4821aee19fdd4914ae979eb81efcf435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 18 Aug 2026 16:45:40 -0600 Subject: [PATCH] Remove comment --- app/controllers/contributions.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/contributions.js b/app/controllers/contributions.js index c5e7953..38a0a44 100644 --- a/app/controllers/contributions.js +++ b/app/controllers/contributions.js @@ -40,10 +40,6 @@ export default class ContributionsController extends Controller { this.mapUi.showSidebar(); this.mapUi.preventNextZoom = true; - // Use a URL-based transition so the place route's model hook runs and - // resolves the full place data (with lat/lon) from bookmarks or the OSM API. - // Passing a context object would skip the model hook, leaving the model - // without coordinates and preventing the map from panning. this.router.transitionTo(`/place/${item.placeIdentifier}`); }