diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index 0e01b032..e1375def 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -1636,9 +1636,7 @@ function App() { setAllPermissionRequests(new Map()) setPermissionResponses(new Map()) setSelectedBackgroundTask(null) - // Update active chat tab's runId to null - setChatTabs(prev => prev.map(t => t.id === activeChatTabId ? { ...t, runId: null } : t)) - }, [activeChatTabId]) + }, []) // Chat tab operations const applyChatTab = useCallback((tab: ChatTab) => {