mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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