Fix back button behavior

fixes #12
This commit is contained in:
2026-02-08 16:46:07 +04:00
parent 348b721876
commit 59e3d91071
5 changed files with 114 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ export default class MapUiService extends Service {
@tracked isSearching = false;
@tracked isCreating = false;
@tracked creationCoordinates = null;
@tracked returnToSearch = false;
selectPlace(place) {
this.selectedPlace = place;