@zgfe/business-lib 1.2.71-hxd.11 → 1.2.71-hxd.13

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.
@@ -413,9 +413,7 @@ var AttrListPanel = function AttrListPanel(props) {
413
413
  children: eventEnvList
414
414
  });
415
415
  }
416
- if (anchorList.length == list.length) {
417
- setOptionList(list);
418
- }
416
+ setOptionList(list);
419
417
  case 40:
420
418
  case "end":
421
419
  return _context5.stop();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.71-hxd.11",
3
+ "version": "1.2.71-hxd.13",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "27bbe821d9757328f261ee3baa0fd5074de62cb5",
58
+ "gitHead": "7c4e4f801b33cf75b8a0c241bf75fcd821fdc031",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }