manufacturer/_furnview/furnplan-web/api/services/LayoutConfigReaderService.js
@@ -508,7 +508,8 @@ }; updateRoot = (target, source) => { const merged = this.updateModuleOrArea(target, source); return this.updateLocales(merged, source); const localized = this.updateLocales(merged, source); return this.updateValue(localized, source, "scene-events"); }; getFirstDefinedSource = (sources, sourceCount) => {