pds-dev-kit-web-test 2.7.343 → 2.7.345
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.
|
@@ -1037,7 +1037,6 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
1037
1037
|
return ids.length + bulkBlockIds.length;
|
|
1038
1038
|
}
|
|
1039
1039
|
var editableCBIDs = (0, group_1.findDirectChildrenCbIds)(newblock, editingGroupBlock);
|
|
1040
|
-
console.log('selectedBlockId', selectedBlockId);
|
|
1041
1040
|
return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsxs)(gleStyles_1.S_gleStyles, __assign({ isBulkMode: shortcutKeyMode === 'BULK_SELECT' }, { children: [showSectionHiddenCover && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_SectionWrapper, __assign({ ref: gleRef, "x-dlayout-section-type": "NO_NAME", onClick: onClickSection, onContextMenu: function (e) {
|
|
1042
1041
|
e.stopPropagation();
|
|
1043
1042
|
e.preventDefault();
|
|
@@ -129,8 +129,6 @@ function RenderPedigreeRecursively(_a) {
|
|
|
129
129
|
var relativeGridArea = parentGroupArea
|
|
130
130
|
? calculateRelativeGridArea(originalGridArea, parentGroupArea)
|
|
131
131
|
: originalGridArea;
|
|
132
|
-
console.log('before:', originalGridArea);
|
|
133
|
-
console.log('after:', relativeGridArea);
|
|
134
132
|
return (
|
|
135
133
|
// <S_GridItem
|
|
136
134
|
// style={{
|