feat: fast-forward in mock mode

This commit is contained in:
Li Xin 2025-05-08 12:05:15 +08:00
parent 3cbece05f1
commit d255bfe47a
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ async function* chatReplayStream(
? "/mock/before-interrupt.txt"
: "/mock/after-interrupt.txt";
}
fastForwardReplaying = true;
} else {
const replayId = extractReplayIdFromSearchParams(window.location.search);
if (replayId) {