pds-dev-kit-web-test 2.5.110 → 2.5.111

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.
@@ -609,6 +609,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
609
609
  if (id === 'BULK') {
610
610
  return;
611
611
  }
612
+ if (editingGroupBlock === id && shortcutKeyMode === 'BULK_SELECT') {
613
+ return;
614
+ }
612
615
  if (bulkBlockIds.includes(id) && shortcutKeyMode === 'BULK_SELECT') {
613
616
  if (bulkBlockIds.length <= 2) {
614
617
  var oneLastBlockId = bulkBlockIds.filter(function (each) { return each !== id; })[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.110",
3
+ "version": "2.5.111",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",