Skip to content

Commit fe95d81

Browse files
Added hash to missed goto function call
1 parent fff6dfb commit fe95d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)