Fix entity not highlighted in list after creating or undoing delete

This commit is contained in:
David Rowe 2018-05-02 12:38:29 +12:00
parent 382802375d
commit 1b99946c5f

View file

@ -103,7 +103,7 @@ EntityListTool = function(opts) {
var selectedIDs = [];
for (var j = 0; j < selectionManager.selections.length; j++) {
selectedIDs.push(selectionManager.selections[j].id);
selectedIDs.push(selectionManager.selections[j]);
}
var data = {