mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-15 02:02:56 +00:00
Don't show the inspector on multiselect (fixes #1600)
This commit is contained in:
@@ -104,10 +104,8 @@ iD.modes.Select = function(context, selectedIDs) {
|
||||
}), true));
|
||||
}
|
||||
|
||||
if (singular()) {
|
||||
context.ui().sidebar
|
||||
.select(singular().id, newFeature);
|
||||
}
|
||||
context.ui().sidebar
|
||||
.select(singular() ? singular().id : null, newFeature);
|
||||
|
||||
context.history()
|
||||
.on('undone.select', update)
|
||||
|
||||
Reference in New Issue
Block a user