@xibosignage/xibo-layout-renderer 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/xibo-layout-renderer.cjs.js +1 -1
- package/dist/xibo-layout-renderer.cjs.js.map +1 -1
- package/dist/xibo-layout-renderer.esm.js +1 -1
- package/dist/xibo-layout-renderer.esm.js.map +1 -1
- package/dist/xibo-layout-renderer.js +1 -1
- package/dist/xibo-layout-renderer.min.js +1 -1
- package/dist/xibo-layout-renderer.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -71735,7 +71735,7 @@ function XiboLayoutRenderer(inputLayouts, options) {
|
|
|
71735
71735
|
newOptions = _objectSpread2(_objectSpread2({}, newOptions), props.options);
|
|
71736
71736
|
if (self.config.platform === 'CMS' && inputLayout && Boolean(inputLayout.layoutId)) {
|
|
71737
71737
|
newOptions.xlfUrl = newOptions.xlfUrl.replace(':layoutId', String(inputLayout.layoutId));
|
|
71738
|
-
} else if (self.config.platform === 'chromeOS') {
|
|
71738
|
+
} else if (self.config.platform === 'chromeOS' && inputLayout !== undefined) {
|
|
71739
71739
|
newOptions.xlfUrl = inputLayout.path;
|
|
71740
71740
|
}
|
|
71741
71741
|
if (!(inputLayout && inputLayout.layoutNode === null)) {
|