pds-dev-kit-web-test 2.7.618 → 2.7.619
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.
|
@@ -421,7 +421,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
421
421
|
var set = new Set(__spreadArray(__spreadArray([], prev, true), added, true));
|
|
422
422
|
return Array.from(set);
|
|
423
423
|
});
|
|
424
|
-
setSelectedBlockId(
|
|
424
|
+
setSelectedBlockId('BULK');
|
|
425
425
|
var newBulkBlockIds = Array.from(new Set(__spreadArray(__spreadArray([], bulkBlockIds, true), added, true)));
|
|
426
426
|
var newBulkCBIds = newBulkBlockIds
|
|
427
427
|
.map(function (id) { return (0, group_1.formatBlockIdToCbId)(id); })
|