mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 23:02:24 +02:00
Add "Copy ID"
This commit is contained in:
parent
2f3aefc926
commit
6bee693d0c
1 changed files with 2 additions and 0 deletions
|
@ -351,6 +351,8 @@ var EntityListTool = function(shouldUseEditTabletApp, selectionManager) {
|
|||
that.selectionManager.cutSelectedEntities();
|
||||
} else if (data.type === "copy") {
|
||||
that.selectionManager.copySelectedEntities();
|
||||
} else if (data.type === "copyID") {
|
||||
that.selectionManager.copyIdFromSelectedEntity();
|
||||
} else if (data.type === "paste") {
|
||||
that.selectionManager.pasteEntities();
|
||||
} else if (data.type === "duplicate") {
|
||||
|
|
Loading…
Reference in a new issue