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
fix: hide input window when viewing child sessions
Child sessions are read-only, so the input window should be hidden
when switching to one, and restored when switching back to a regular
session. This prevents the user from attempting to type in a session
that cannot accept messages.
- Hide input and focus output when switching to a child session
- Show input and focus it when switching back to a non-child session
- Skip redundant hide/show when window is already in the right state
0 commit comments