From e29549e711be26fb7077a205da0560b8dbd407d8 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:36:03 -0400 Subject: [PATCH] Copy ID(s) on multiple selection Copy ID(s) on multiple selection --- scripts/system/create/entityList/entityList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {