mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Remove unneeded full redraw upon entering modeSelect
This commit is contained in:
@@ -282,8 +282,6 @@ export function modeSelect(context, selectedIDs) {
|
||||
|
||||
var loc = extent.center();
|
||||
context.map().centerEase(loc);
|
||||
} else if (singular() && singular().type === 'way') {
|
||||
context.map().pan([0,0]); // full redraw, to adjust z-sorting #2914
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user