From c40bdb1223982abb56032110fe87f220cd9f4a67 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 6 May 2026 03:46:05 +0200 Subject: [PATCH] auto-git: [change] src/App.jsx --- src/App.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 429301f..ed6a57a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1572,8 +1572,6 @@ async function sendMessage() { id: `msg-${Date.now()}-${Math.random()}` } setIsAttachmentMenuOpen(false) - justSentMessage.current = true - lastSentSessionRef.current = targetSessionId setUserScrolledUp(targetSessionId, false) if (activeSessionIdRef.current === targetSessionId) {