feat: task lane close preserves state instead of clearing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -801,7 +801,6 @@ export default function AssistantChatPage() {
|
|||||||
onSubmit={handleTaskSubmit}
|
onSubmit={handleTaskSubmit}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
setShowTaskLane(false)
|
setShowTaskLane(false)
|
||||||
if (activeChatId) clearTaskState(activeChatId)
|
|
||||||
}}
|
}}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user