mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
@@ -195,7 +195,7 @@ export function modeSelect(context, selectedIDs) {
|
||||
mode.zoomToSelected = function() {
|
||||
var entity = singular();
|
||||
if (entity) {
|
||||
context.map().zoomTo(entity);
|
||||
context.map().zoomToEase(entity);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user