mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-14 12:05:02 +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();
|
entityListTool.sendUpdate();
|
||||||
selectionManager.setSelections([entityID]);
|
selectionManager.setSelections([entityID]);
|
||||||
|
|
||||||
|
Window.setFocus();
|
||||||
|
|
||||||
return entityID;
|
return entityID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue