pds-dev-kit-web-test 2.5.123 → 2.5.124
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.
@@ -310,6 +310,8 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
310
310
|
})();
|
311
311
|
if (shortcutKeyMode === 'BULK_SELECT' && added.length > 1) {
|
312
312
|
setBulkBlockIds(function (prev) {
|
313
|
+
console.log('prev', prev);
|
314
|
+
console.log('added', added);
|
313
315
|
var set = new Set(__spreadArray(__spreadArray([], prev, true), added, true));
|
314
316
|
return Array.from(set);
|
315
317
|
});
|