diff --git a/cocos/scene-graph/node.jsb.ts b/cocos/scene-graph/node.jsb.ts index 2d41577ab17..8fd82f1dd5e 100644 --- a/cocos/scene-graph/node.jsb.ts +++ b/cocos/scene-graph/node.jsb.ts @@ -1351,6 +1351,7 @@ nodeProto._onSiblingIndexChanged = function (index) { } else { siblings.push(this); } + this._eventProcessor.onUpdatingSiblingIndex(); } } @@ -1402,4 +1403,4 @@ patch_cc_Node({ Quat, MobilityMode, Layers -}); \ No newline at end of file +});