@zgfe/modules-event 1.0.29-zhongyuan.5 → 1.0.29-zhongyuan.6

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.
@@ -78,7 +78,7 @@ var EventFilter = function EventFilter(props) {
78
78
  _useState16 = _slicedToArray(_useState15, 2),
79
79
  eventList = _useState16[0],
80
80
  setEventList = _useState16[1];
81
- var _useState17 = useState(false),
81
+ var _useState17 = useState(true),
82
82
  _useState18 = _slicedToArray(_useState17, 2),
83
83
  isCascadeOpen = _useState18[0],
84
84
  setIsCascadeOpen = _useState18[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "1.0.29-zhongyuan.5",
3
+ "version": "1.0.29-zhongyuan.6",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "private": false,
@@ -54,7 +54,7 @@
54
54
  "react": "^16.12.0 || ^17.0.0",
55
55
  "yorkie": "^2.0.0"
56
56
  },
57
- "gitHead": "7632d62a5e6fdd38a707392e02f6686592f1b2cb",
57
+ "gitHead": "74453cf263bc8db29edba157d1b38acb11f35322",
58
58
  "gitHooks": {
59
59
  "pre-commit": "lint-staged"
60
60
  }