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
Cover the slash-command picker's height bounding with tests
Investigation for CL-5412 found the picker already routes through
the shared list-viewport/resolveGeometry machinery: a 50-entry
catalog stays bounded at 24, 16, 12, 8, and 6 terminal rows, the
prompt box below it stays intact, and moving the selection scrolls
the window so the active row is always visible. No sizing logic was
missing, so this adds the regression coverage the ticket asked for
rather than a second windowing path.
Closes CL-5412.
0 commit comments