publ-echo-test 0.0.169 → 0.0.170
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.
@@ -671,6 +671,7 @@ var ReactGridLayout = function (_a) {
|
|
671
671
|
var childrenIds = findAllChildrenCbIds(blockStructure, block.blockId).map(function (i) { return i.toString(); });
|
672
672
|
var groupItem = getBoundingArea(layout, childrenIds);
|
673
673
|
if (!groupItem) {
|
674
|
+
console.log('no -group-item, blockid: ', block.blockId);
|
674
675
|
return _jsx(_Fragment, {});
|
675
676
|
}
|
676
677
|
var zOrder = (_a = block[device === 'DESKTOP' ? 'zOrderDesktopInternal' : 'zOrderMobileInternal']) !== null && _a !== void 0 ? _a : 0;
|