Copy ID(s) on multiple selection

Copy ID(s) on multiple selection
This commit is contained in:
Alezia Kurdis 2024-03-12 21:36:03 -04:00 committed by GitHub
parent ad3236ba37
commit e29549e711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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") {