mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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