diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index f28bda3b..8254d5f0 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -127,7 +127,6 @@ export const ChatInput: React.FC = ({ onOpenSettings, scrollToBo const [showAbortStatus, setShowAbortStatus] = React.useState(false); const abortTimeoutRef = React.useRef | null>(null); const prevWasAbortedRef = React.useRef(false); - const sendTriggeredByPointerDownRef = React.useRef(false); // Message queue const queueModeEnabled = useMessageQueueStore((state) => state.queueModeEnabled); @@ -1660,30 +1659,11 @@ export const ChatInput: React.FC = ({ onOpenSettings, scrollToBo