mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:53:25 +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();
|
createApp.deleteSelectedEntities();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function copyKey(value){
|
|
||||||
if (value === 0) { // on release
|
|
||||||
createApp.deleteSelectedEntities();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function deselectKey(value) {
|
function deselectKey(value) {
|
||||||
if (value === 0) { // on release
|
if (value === 0) { // on release
|
||||||
selectionManager.clearSelections(this);
|
selectionManager.clearSelections(this);
|
||||||
|
|
Loading…
Reference in a new issue