@zgfe/modules-event 1.0.1 → 1.0.2

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.
@@ -179,7 +179,7 @@ export function getEventAliasName(name, eventGroupList) {
179
179
  }
180
180
  });
181
181
  });
182
- return aliasName;
182
+ return aliasName || name;
183
183
  }
184
184
  export function getEventAliasId(name, eventGroupList) {
185
185
  var eventId = -1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -49,7 +49,7 @@
49
49
  "react": "^16.12.0 || ^17.0.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "b61bc4422ee95124a2bfccad4ba1120cab9798a3",
52
+ "gitHead": "7ff72400d7914325a921d3edd6fd6e2dbc280c80",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"