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:
Alezia Kurdis 2021-06-22 22:22:39 -04:00 committed by GitHub
parent 607ed288eb
commit 3638b7357a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4511,6 +4511,7 @@ function loaded() {
});
updateVisibleSpaceModeProperties();
requestZoneList();
if (window.EventBridge !== undefined) {
EventBridge.scriptEventReceived.connect(function(data) {