mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Cleanup line drawing code with selected sort
This commit is contained in:
@@ -477,8 +477,8 @@ export function modeSelect(context, selectedIDs) {
|
||||
|
||||
var loc = extent.center();
|
||||
context.map().centerEase(loc);
|
||||
} else {
|
||||
context.map().pan([0,0]);
|
||||
} else if (singular() && singular().type === 'way') {
|
||||
context.map().pan([0,0]); // full redraw, to adjust z-sorting #2914
|
||||
}
|
||||
|
||||
timeout = window.setTimeout(function() {
|
||||
|
||||
Reference in New Issue
Block a user