fix(web): save add session update

This commit is contained in:
zhaoying
2026-02-04 13:37:49 +08:00
parent 9d30bc4062
commit cbae900866

View File

@@ -138,6 +138,7 @@ const Prompt: FC<{ editVo: HistoryItem | null; refresh: () => void; }> = ({ edit
currentPromptValueRef.current = undefined;
setChatList([])
refresh()
updateSession()
}
return (