{
- (isHovering || props.isMobileWidth || props.isLastMessage) &&
+ (isHovering || props.isMobileWidth || props.isLastMessage || isPlaying) &&
(
<>
@@ -359,9 +441,17 @@ export default function ChatMessage(props: ChatMessageProps) {
{
(props.chatMessage.by === "khoj") &&
(
-
+ isPlaying ?
+ (
+ interrupted ?
+
+ :
+ )
+ :
)
}