@orangelogic/design-system 2.78.0-ci.6 → 2.78.0-ci.7
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.
|
@@ -108075,8 +108075,8 @@ const c6t = "cx-details-group", l6t = (n, e) => {
|
|
|
108075
108075
|
"cx-column-scroll": "onColumnScroll"
|
|
108076
108076
|
};
|
|
108077
108077
|
},
|
|
108078
|
-
onAddBlockClick() {
|
|
108079
|
-
n.trigger("component:open-picker", {
|
|
108078
|
+
onAddBlockClick(i) {
|
|
108079
|
+
i.stopPropagation(), n.trigger("component:open-picker", {
|
|
108080
108080
|
component: this.model
|
|
108081
108081
|
});
|
|
108082
108082
|
},
|
package/library/package.json
CHANGED