mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 11:54:20 +02:00
Merge pull request #13831 from huffman/fix/edit-not-populating
Force entity list tool to refresh when opened
This commit is contained in:
commit
cb3ad63f77
1 changed files with 1 additions and 0 deletions
|
@ -871,6 +871,7 @@ var toolBar = (function () {
|
|||
}
|
||||
UserActivityLogger.enabledEdit();
|
||||
entityListTool.setVisible(true);
|
||||
entityListTool.sendUpdate();
|
||||
gridTool.setVisible(true);
|
||||
grid.setEnabled(true);
|
||||
propertiesTool.setVisible(true);
|
||||
|
|
Loading…
Reference in a new issue