mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +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();
|
||||
requestZoneList();
|
||||
|
||||
if (window.EventBridge !== undefined) {
|
||||
EventBridge.scriptEventReceived.connect(function(data) {
|
||||
|
|
Loading…
Reference in a new issue