iglooform 2.5.38 → 2.5.39

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.
package/es/table/index.js CHANGED
@@ -83,6 +83,7 @@ var getDropDownMenu = function getDropDownMenu(allButtons, rowData, actionButton
83
83
  return _jsx(Button, {
84
84
  type: "text",
85
85
  onClick: function onClick(e) {
86
+ e.stopPropagation();
86
87
  item.onClick(rowData);
87
88
  setActionListVisible({
88
89
  type: actionIndex,
@@ -122,6 +122,7 @@ var getDropDownMenu = function getDropDownMenu(allButtons, rowData, actionButton
122
122
  return (0, _jsxRuntime.jsx)(_button.default, {
123
123
  type: "text",
124
124
  onClick: function onClick(e) {
125
+ e.stopPropagation();
125
126
  item.onClick(rowData);
126
127
  setActionListVisible({
127
128
  type: actionIndex,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iglooform",
3
- "version": "2.5.38",
3
+ "version": "2.5.39",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "build-dev": "dumi build",