mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:24:13 +02:00
Merge pull request #13695 from huffman/fix/create-focus-on-create
Fix edit.js not being able to delete after creating entity
This commit is contained in:
commit
9dce1b64b6
1 changed files with 2 additions and 0 deletions
|
@ -392,6 +392,8 @@ var toolBar = (function () {
|
|||
entityListTool.sendUpdate();
|
||||
selectionManager.setSelections([entityID]);
|
||||
|
||||
Window.setFocus();
|
||||
|
||||
return entityID;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue