Skip to content

Commit b6e3e7e

Browse files
Added hash to missed goto function call
1 parent a72e2f1 commit b6e3e7e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

6 Bytes
Binary file not shown.

tools/server/webui/src/routes/chat/[id]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
await gracefulStop();
2727
2828
if (to?.url) {
29-
await goto(to.url.pathname + to.url.search);
29+
await goto(to.url.pathname + to.url.search + to.url.hash);
3030
}
3131
}
3232
});

0 commit comments

Comments
 (0)