From 1b99946c5f691bfa9290d5547b9a21402953841d Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 2 May 2018 12:38:29 +1200 Subject: [PATCH] Fix entity not highlighted in list after creating or undoing delete --- scripts/system/libraries/entityList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/libraries/entityList.js b/scripts/system/libraries/entityList.js index d53766ab4e..611bd4d84c 100644 --- a/scripts/system/libraries/entityList.js +++ b/scripts/system/libraries/entityList.js @@ -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 = {