mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 03:41:33 +00:00
Fix issue where following a node and then selecting another feature would auto-center the feature (close #7820)
This commit is contained in:
@@ -284,6 +284,8 @@ export function modeSelect(context, selectedIDs) {
|
||||
|
||||
var loc = extent.center();
|
||||
context.map().centerEase(loc);
|
||||
// we could enter the mode multiple times, so reset follow for next time
|
||||
_follow = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user