From d949aa682d427275550dd7b7476aa3e173afc7cd Mon Sep 17 00:00:00 2001 From: ethan Date: Mon, 17 Nov 2025 19:08:16 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20display=20queued=20messag?= =?UTF-8?q?es=20inline=20with=20other=20messages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moves the QueuedMessage component inside the scrollable message area so it appears inline with other messages rather than as a separate floating element. --- src/browser/components/AIView.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/browser/components/AIView.tsx b/src/browser/components/AIView.tsx index cb43414f3..6efd7c040 100644 --- a/src/browser/components/AIView.tsx +++ b/src/browser/components/AIView.tsx @@ -478,13 +478,13 @@ const AIViewInner: React.FC = ({ } /> )} + {workspaceState?.queuedMessage && ( + void handleEditQueuedMessage()} + /> + )} - {workspaceState?.queuedMessage && ( - void handleEditQueuedMessage()} - /> - )} {!autoScroll && (