kopia lustrzana https://github.com/FacilMap/facilmap
Do not autozoom when changing an existing route from a result popup (#33)
rodzic
6af75dba3b
commit
217daac4e8
|
@ -305,7 +305,7 @@ fm.app.factory("fmMapSearch", function($rootScope, $compile, fmUtils, $timeout,
|
|||
else if(mode == 3)
|
||||
routeUi.setTo(query, results, result);
|
||||
|
||||
routeUi.submit();
|
||||
routeUi.submit(!!routeUi.getQueries());
|
||||
|
||||
popup.closePopup();
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue