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
//Prevent updating the number of results when the window height is below the height of a single result item.
509
+
//This situation occurs not only when the user manually resizes the window, but also when the window is released from a side snap, as the OS automatically adjusts the window height.
510
+
//(Without this check, releasing from a snap can cause the window height to hit the minimum, resulting in only 2 results being shown.)
0 commit comments