mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 20:22:27 +02:00
Copy ID(s) on multiple selection
Copy ID(s) on multiple selection
This commit is contained in:
parent
ad3236ba37
commit
e29549e711
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue