pds-dev-kit-web 2.2.138 → 2.2.139

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.
@@ -154,6 +154,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
154
154
  if (editingSectionId !== props.id) {
155
155
  setSelectedBlockId(null);
156
156
  setBulkBlockIds([]);
157
+ setEditingGroupBlock('ROOT');
157
158
  }
158
159
  }, [editingSectionId]);
159
160
  var workDir = (_c = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _c !== void 0 ? _c : '/ROOT';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.138",
3
+ "version": "2.2.139",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.138]
2
+ ## [v2.2.139]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * feature/v3.3
6
+ * reset workdir after selectedSection changed