mirror of
https://github.com/photonstorm/phaser
synced 2024-12-22 19:13:37 +00:00
Fix input-event bug in nested container
This commit is contained in:
parent
af4b2e15e2
commit
3b47221d25
1 changed files with 2 additions and 0 deletions
|
@ -2658,6 +2658,8 @@ var InputPlugin = new Class({
|
|||
return indexB - indexA;
|
||||
}
|
||||
}
|
||||
|
||||
return listB.length - listA.length;
|
||||
}
|
||||
|
||||
// Technically this shouldn't happen, but ...
|
||||
|
|
Loading…
Reference in a new issue