You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Couple of custom logic baked into here to improve the user experience
49
49
// isStart ensures that the first down event will not scroll. This is because initially nothing has focus so the first down gives focus to the first element
50
50
// The children.length calculation calculates a rough estimate of the total height. The 3 is the height of the buttons at the bottom.
51
-
// The 4 is the fixed length of the brackets in the display.
52
-
if(isStart||((numFields+(3*3)+4)<height)){
51
+
// The 5 is the fixed length of the static elements
0 commit comments