Remove comment
CI / Lint (pull_request) Successful in 56s
CI / Test (pull_request) Successful in 1m8s

This commit is contained in:
2026-08-18 16:45:40 -06:00
parent b9e5213c27
commit 42cd620c48
-4
View File
@@ -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}`);
}