Fix input-event bug in nested container

This commit is contained in:
Hua 2019-11-06 15:51:01 +08:00
parent af4b2e15e2
commit 3b47221d25

View file

@ -2658,6 +2658,8 @@ var InputPlugin = new Class({
return indexB - indexA; return indexB - indexA;
} }
} }
return listB.length - listA.length;
} }
// Technically this shouldn't happen, but ... // Technically this shouldn't happen, but ...