diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index 5ec2c0fe..d4e167ce 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -600,6 +600,9 @@ const ComposerActionButtons = React.memo(function ComposerActionButtons(props: C && prev.hasContent === next.hasContent && prev.currentSessionId === next.currentSessionId && prev.newSessionDraftOpen === next.newSessionDraftOpen + && prev.onPrimaryAction === next.onPrimaryAction + && prev.onQueueMessage === next.onQueueMessage + && prev.onAbort === next.onAbort )); const appendWithLineBreaks = (base: string, next: string): string => {