mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 03:28:48 +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();
|
that.selectionManager.cutSelectedEntities();
|
||||||
} else if (data.type === "copy") {
|
} else if (data.type === "copy") {
|
||||||
that.selectionManager.copySelectedEntities();
|
that.selectionManager.copySelectedEntities();
|
||||||
|
} else if (data.type === "copyID") {
|
||||||
|
that.selectionManager.copyIdFromSelectedEntity();
|
||||||
} else if (data.type === "paste") {
|
} else if (data.type === "paste") {
|
||||||
that.selectionManager.pasteEntities();
|
that.selectionManager.pasteEntities();
|
||||||
} else if (data.type === "duplicate") {
|
} else if (data.type === "duplicate") {
|
||||||
|
|
Loading…
Reference in a new issue