pds-dev-kit-web 2.2.54 → 2.2.55
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.
|
@@ -239,7 +239,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
239
239
|
return;
|
|
240
240
|
}
|
|
241
241
|
if (!['COLLISION_SELECT', 'BULK_SELECT'].includes(shortcutKeyMode !== null && shortcutKeyMode !== void 0 ? shortcutKeyMode : '')) {
|
|
242
|
-
|
|
242
|
+
if (id !== selectedCB) {
|
|
243
|
+
breakGroupCB();
|
|
244
|
+
}
|
|
243
245
|
}
|
|
244
246
|
setSelectedCB(id);
|
|
245
247
|
if (sectionActionHandler) {
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.2.
|
|
2
|
+
## [v2.2.55]
|
|
3
3
|
## urgent|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* Icon
|
|
9
|
-
* ic_shoppingbag 모양 수정
|
|
5
|
+
### sub
|
|
6
|
+
* DynamicLayout
|
|
7
|
+
* 컨텍스트 클릭 시 스스로를 클릭하면 GROUP_BREAK를 호출하지 않도록 추가
|