Skip to content

Commit

Permalink
remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Sep 12, 2023
1 parent faf885c commit 7a6d1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocos/scene-graph/node-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,14 @@ export enum NodeEventType {
LAYER_CHANGED = 'layer-changed',

/**
* @en This event indicates that the order of child nodes has been changed."
* @en This event indicates that the order of child nodes has been changed.
* @zh 该事件表示子节点的排序发生了改变。
* @deprecated since v3.8.2 @en Please use `CHILDREN_ORDER_CHANGED`. @zh 请使用 `CHILDREN_ORDER_CHANGED`。
*/
SIBLING_ORDER_CHANGED = 'sibling-order-changed',

/**
* @en This event indicates that the order of child nodes has been changed."
* @en This event indicates that the order of child nodes has been changed.
* @zh 该事件表示子节点的排序发生了改变。
*/
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
Expand Down

0 comments on commit 7a6d1b1

Please sign in to comment.