pds-dev-kit-web-test 2.5.124 → 2.5.126

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.
@@ -308,7 +308,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
308
308
  }
309
309
  return selectedBlockId ? [selectedBlockId, blockId] : [blockId];
310
310
  })();
311
- if (shortcutKeyMode === 'BULK_SELECT' && added.length > 1) {
311
+ if (shortcutKeyMode === 'BULK_SELECT') {
312
312
  setBulkBlockIds(function (prev) {
313
313
  console.log('prev', prev);
314
314
  console.log('added', added);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.124",
3
+ "version": "2.5.126",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",