diff --git a/scripts/system/create/entityList/entityList.js b/scripts/system/create/entityList/entityList.js index 4332a15565..b8cb3bba33 100644 --- a/scripts/system/create/entityList/entityList.js +++ b/scripts/system/create/entityList/entityList.js @@ -352,7 +352,7 @@ var EntityListTool = function(shouldUseEditTabletApp, selectionManager) { } else if (data.type === "copy") { that.selectionManager.copySelectedEntities(); } else if (data.type === "copyID") { - that.selectionManager.copyIdFromSelectedEntity(); + that.selectionManager.copyIdsFromSelectedEntities(); } else if (data.type === "paste") { that.selectionManager.pasteEntities(); } else if (data.type === "duplicate") {