pds-dev-kit-web-test 2.5.136 → 2.5.137
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.
@@ -58,7 +58,6 @@ var react_1 = __importStar(require("react"));
|
|
58
58
|
var ErrorBoundary_1 = require("../../../DynamicLayout/components/Section/ErrorBoundary");
|
59
59
|
var dynamicLayoutContext_1 = require("../../../DynamicLayout/dynamicLayoutContext");
|
60
60
|
var gleStyles_1 = require("../../../DynamicLayout/gleStyles");
|
61
|
-
require("../../../DynamicLayout/sectionActionTypes");
|
62
61
|
var styled_components_1 = __importDefault(require("styled-components"));
|
63
62
|
var components_1 = require("../../components");
|
64
63
|
var ComponentBlockMatcher_1 = __importDefault(require("./components/ComponentBlock/ComponentBlockMatcher"));
|
@@ -105,6 +104,8 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
105
104
|
var newblock = bulkBlockIds.length > 0
|
106
105
|
? (0, group_1.addBulkToTarget)(pedigreeState, editingGroupBlock, bulkBlockIds)
|
107
106
|
: pedigreeState;
|
107
|
+
console.log('newblock', newblock);
|
108
|
+
console.log('pedigreeState', pedigreeState);
|
108
109
|
(0, react_1.useImperativeHandle)(ref, function () {
|
109
110
|
return {
|
110
111
|
selectCB: function (cbId) {
|