{!inputValue && (
)}
- {!isSharedThread &&
- !handsFreeActive && (
- // When the hands-free flag is on, reserve ~80px (pr-20) so the chip
- // row doesn't wrap under the absolutely-positioned mic + send pair.
- // Without the flag the row only has send and the legacy pr-12 is
- // enough — keep it so non-flagged users see the original layout.
+ {!isSharedThread && !handsFreeActive && (
+ <>
+
+ {selectionError && (
+
+ {selectionError}
+
+ )}
+ {/* When the hands-free flag is on, reserve ~80px (pr-20) so the chip
+ row doesn't wrap under the absolutely-positioned mic + send pair.
+ Without the flag the row only has send and the legacy pr-12 is
+ enough — keep it so non-flagged users see the original layout. */}
{!isThreadVisible ? (
+ {attachmentsEnabled && (
+
+ )}
{topActions}
@@ -489,7 +582,8 @@ export const QuestionInput = React.forwardRef
)}
- )}
+ >
+ )}