mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Fix sidebar state issues with adding and removing features from multiselection
This commit is contained in:
@@ -100,7 +100,7 @@ export function uiEntityEditor(context) {
|
||||
update: function(section) {
|
||||
section
|
||||
.call(selectionList
|
||||
.setSelectedIDs(_entityIDs)
|
||||
.selectedIDs(_entityIDs)
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user