kopia lustrzana https://github.com/FacilMap/facilmap
Do not autozoom when changing route point order (#33)
rodzic
9290d8e647
commit
703d72bb9b
|
@ -22,7 +22,7 @@ fm.app.factory("fmMapSearchRoute", function($rootScope, $compile, fmUtils, $time
|
|||
|
||||
scope.sortableOptions = ng.copy(fmSortableOptions);
|
||||
scope.sortableOptions.update = function() {
|
||||
scope.reroute();
|
||||
scope.reroute(true);
|
||||
};
|
||||
|
||||
scope.addDestination = function() {
|
||||
|
|
Ładowanie…
Reference in New Issue