pds-dev-kit-web-test 2.5.97 → 2.5.98
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.
@@ -261,6 +261,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
261
261
|
bulks.push(selectedBlockId);
|
262
262
|
}
|
263
263
|
setBulkBlockIds(bulks);
|
264
|
+
setSelectedBlockId(null);
|
264
265
|
sectionActionHandler &&
|
265
266
|
sectionActionHandler({
|
266
267
|
type: '@CUSTOMSECTION/BLOCK_CLICKED',
|