There was an error while loading. Please reload this page.
1 parent e19049b commit 12cdc67Copy full SHA for 12cdc67
1 file changed
apps/webapp/app/components/dashboard-agent/DashboardAgent.tsx
@@ -121,6 +121,10 @@ export function DashboardAgent({
121
if (!next) {
122
// No chat is on screen any more — the dot counts every unread wake again.
123
visibleChat.current = null;
124
+ // Closing leaves fullscreen behind: reopening always starts as the side
125
+ // panel, whatever mode the panel was in when it was dismissed.
126
+ setFullscreen(false);
127
+ writeAgentFullscreen(false);
128
setRequestedMessage(undefined);
129
setOpenChatRequest(undefined);
130
// An abandoned card leaves no trace (§2.2) — including no pending request
0 commit comments