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:
chihlasm
2026-03-28 23:02:20 +00:00
parent c47b8d26e5
commit ca686c0901

View File

@@ -801,7 +801,6 @@ export default function AssistantChatPage() {
onSubmit={handleTaskSubmit}
onClose={() => {
setShowTaskLane(false)
if (activeChatId) clearTaskState(activeChatId)
}}
loading={loading}
/>