This commit is contained in:
pablonyx
2025-03-25 09:56:23 -07:00
committed by GitHub
parent 73dd188b3f
commit c5b9c6e308

View File

@ -1158,6 +1158,7 @@ export function ChatPage({
let frozenSessionId = currentSessionId(); let frozenSessionId = currentSessionId();
updateCanContinue(false, frozenSessionId); updateCanContinue(false, frozenSessionId);
setUncaughtError(null); setUncaughtError(null);
setLoadingError(null);
// Mark that we've sent a message for this session in the current page load // Mark that we've sent a message for this session in the current page load
markSessionMessageSent(frozenSessionId); markSessionMessageSent(frozenSessionId);