@lobehub/ui 2.11.8 → 2.11.9

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.
@@ -139,7 +139,10 @@ var ActionIcon = /*#__PURE__*/memo(function (_ref) {
139
139
  focusable: focusable,
140
140
  icon: loading ? Loader2 : icon,
141
141
  size: size,
142
- spin: loading ? true : iconSpinning
142
+ spin: loading ? true : iconSpinning,
143
+ style: {
144
+ pointerEvents: 'none'
145
+ }
143
146
  })
144
147
  }));
145
148
  if (!title) return node;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "2.11.8",
3
+ "version": "2.11.9",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",