pds-dev-kit-web-test 2.5.332 → 2.5.333
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.
@@ -716,10 +716,9 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas
|
|
716
716
|
setSelectedBlockId(null);
|
717
717
|
compositionActionHandler &&
|
718
718
|
compositionActionHandler({
|
719
|
-
type: '@COMPOSITION/
|
719
|
+
type: '@COMPOSITION/COMPOSITION_CLICKED',
|
720
720
|
payload: {
|
721
|
-
compositionId: props.compositionData.id
|
722
|
-
e: e
|
721
|
+
compositionId: props.compositionData.id
|
723
722
|
}
|
724
723
|
});
|
725
724
|
};
|