mirror of
https://github.com/overte-org/overte.git
synced 2025-06-23 07:59:35 +02:00
Fix Zone Selector loading issue
Fix Zone Selector loading issue when we navigate between tabs (CREATE - PROPERTIES - GRID - ENTITY LIST)
This commit is contained in:
parent
607ed288eb
commit
3638b7357a
1 changed files with 1 additions and 0 deletions
|
@ -4511,6 +4511,7 @@ function loaded() {
|
||||||
});
|
});
|
||||||
|
|
||||||
updateVisibleSpaceModeProperties();
|
updateVisibleSpaceModeProperties();
|
||||||
|
requestZoneList();
|
||||||
|
|
||||||
if (window.EventBridge !== undefined) {
|
if (window.EventBridge !== undefined) {
|
||||||
EventBridge.scriptEventReceived.connect(function(data) {
|
EventBridge.scriptEventReceived.connect(function(data) {
|
||||||
|
|
Loading…
Reference in a new issue