@lemon-fe/components 1.3.2 → 1.3.3

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.
@@ -211,7 +211,7 @@ export default function CustomColumnPanel(params) {
211
211
  if ((e.type === 'columnMoved' || e.type === 'columnResized') && !e.finished) {
212
212
  return;
213
213
  }
214
- if ((e.type === 'columnMoved' || e.type === 'columnResized' || e.type === 'columnPinned') && e.source !== 'api' && enableSave) {
214
+ if ((e.type === 'columnMoved' || e.type === 'columnResized' || e.type === 'columnPinned') && e.source !== 'api' && e.api.getOpenedToolPanel() !== 'columns' && enableSave) {
215
215
  save('ui');
216
216
  }
217
217
  handleColumnState();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "registry": "https://registry.npmjs.org"
60
60
  },
61
- "gitHead": "8b6588d8dae10edade1c6950ff006d078f7e7741"
61
+ "gitHead": "5d5944dae5e75207dde14467d0d6cbd510d018f7"
62
62
  }