Merge pull request from huffman/fix/create-focus-on-create

Fix edit.js not being able to delete after creating entity
This commit is contained in:
Thijs Wenker 2018-07-27 22:43:34 +02:00 committed by GitHub
commit 9dce1b64b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -392,6 +392,8 @@ var toolBar = (function () {
entityListTool.sendUpdate();
selectionManager.setSelections([entityID]);
Window.setFocus();
return entityID;
}