Fix sidebar state issues with adding and removing features from multiselection

This commit is contained in:
Quincy Morgan
2020-01-18 14:30:14 -05:00
parent be8ccf01c4
commit 232375cfc0
2 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export function uiEntityEditor(context) {
update: function(section) {
section
.call(selectionList
.setSelectedIDs(_entityIDs)
.selectedIDs(_entityIDs)
);
}
},