pds-dev-kit-web-test 2.5.128 → 2.5.130

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.
@@ -205,6 +205,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
205
205
  }
206
206
  if (editingGroupBlock !== 'ROOT') {
207
207
  setEditingGroupBlock('ROOT');
208
+ setSelectedBlockId(null);
208
209
  sectionActionHandler &&
209
210
  sectionActionHandler({
210
211
  type: '@CUSTOMSECTION/BULK_DISMISSED',
@@ -739,6 +740,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
739
740
  }
740
741
  return selectedBlockId ? [selectedBlockId, id] : [id];
741
742
  })();
743
+ console.log('added', added);
744
+ console.log('selectedBlockId', selectedBlockId);
745
+ console.log('id', id);
742
746
  if (added.length === 1) {
743
747
  setSelectedBlockId(id);
744
748
  setBulkBlockIds([]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.128",
3
+ "version": "2.5.130",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",