Skip to content

Commit 2d05802

Browse files
authored
Merge pull request phaserjs#4851 from rexrainbow/Input-event-of-container-bug
Fix input-event bug in nested container
2 parents bf9cbab + 3b47221 commit 2d05802

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/input/InputPlugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,6 +2700,8 @@ var InputPlugin = new Class({
27002700
return indexB - indexA;
27012701
}
27022702
}
2703+
2704+
return listB.length - listA.length;
27032705
}
27042706

27052707
// Technically this shouldn't happen, but ...

0 commit comments

Comments
 (0)