diff --git a/packages/ui/src/components/chat/MobileSessionStatusBar.tsx b/packages/ui/src/components/chat/MobileSessionStatusBar.tsx index ed387a6b..2dbe76b4 100644 --- a/packages/ui/src/components/chat/MobileSessionStatusBar.tsx +++ b/packages/ui/src/components/chat/MobileSessionStatusBar.tsx @@ -902,7 +902,18 @@ function ExpandedView({ isExpanded={true} /> -
+
{ + if (e.key === 'Enter' || e.key === ' ') { + e.preventDefault(); + onToggleCollapse(); + } + }} + >