Merge pull request #13073 from ctrlaltdavid/21861

Fix entity not highlighted in list after creating or undoing delete
This commit is contained in:
John Conklin II 2018-05-02 10:19:09 -07:00 committed by GitHub
commit 49dbc73cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {