mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-28 19:05:31 +02:00
fix new chat
This commit is contained in:
parent
df27bc1898
commit
e749797fd8
1 changed files with 1 additions and 3 deletions
|
|
@ -1640,9 +1640,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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue