mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 03:30:30 +02:00
Fix entity not highlighted in list after creating or undoing delete
This commit is contained in:
parent
382802375d
commit
1b99946c5f
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue