pds-dev-kit-web-test 0.2.40 → 0.2.41
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.
|
@@ -112,11 +112,11 @@ function CustomSection(props) {
|
|
|
112
112
|
}
|
|
113
113
|
setSelectedCB(id);
|
|
114
114
|
if (sectionActionHandler) {
|
|
115
|
-
e.preventDefault();
|
|
116
115
|
sectionActionHandler({
|
|
117
116
|
type: '@CUSTOMSECTION/CB_RIGHT_CLICKED',
|
|
118
117
|
payload: {
|
|
119
|
-
id: id
|
|
118
|
+
id: id,
|
|
119
|
+
e: e
|
|
120
120
|
}
|
|
121
121
|
});
|
|
122
122
|
}
|
package/package.json
CHANGED
package/release-note.md
CHANGED