fix(webui): preserve range selection and turn timing

This commit is contained in:
Xubin Ren
2026-08-15 15:40:52 +08:00
parent 4de728a555
commit e630e78075
9 changed files with 262 additions and 16 deletions
+1
View File
@@ -260,6 +260,7 @@ vi.mock("@/lib/nanobot-client", async (importOriginal) => {
return () => runStatusHandlers.delete(handler);
};
getRunStartedAt = () => null;
getRunTurnId = () => null;
getGoalState = () => undefined;
sendMessage = sendMessageSpy;
newChat = vi.fn();