pds-dev-kit-web-test 2.5.292 → 2.5.293
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.
@@ -1037,6 +1037,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
1037
1037
|
height: '100%'
|
1038
1038
|
}, onClick: function (e) {
|
1039
1039
|
e.stopPropagation();
|
1040
|
+
console.log('classList:', e.target.classList);
|
1040
1041
|
if (isInBulk) {
|
1041
1042
|
clickOneCBInBulk(matchedCB.id);
|
1042
1043
|
return;
|