mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 23:53:54 +02:00
Missed another one.
This commit is contained in:
parent
7fc7f5e617
commit
edb08572f5
1 changed files with 0 additions and 5 deletions
|
@ -2162,11 +2162,6 @@
|
|||
createApp.deleteSelectedEntities();
|
||||
}
|
||||
}
|
||||
function copyKey(value){
|
||||
if (value === 0) { // on release
|
||||
createApp.deleteSelectedEntities();
|
||||
}
|
||||
}
|
||||
function deselectKey(value) {
|
||||
if (value === 0) { // on release
|
||||
selectionManager.clearSelections(this);
|
||||
|
|
Loading…
Reference in a new issue