Various search UI improvements #51

Merged
raucao merged 6 commits from ui/search into master 2026-04-27 14:50:03 +00:00
Showing only changes of commit cf251f702b - Show all commits

View File

@@ -12,6 +12,7 @@ export default class SearchTemplate extends Component {
if (place) {
this.mapUi.returnToSearch = true;
this.mapUi.showSidebar();
this.mapUi.preventNextZoom = true;
// We don't need to manually set currentSearch here because
// it was already set in the route's setupController
this.router.transitionTo('place', place);