Misc fixes (#1298)

This commit is contained in:
Hayden Bleasel 2025-10-31 21:49:43 -07:00 committed by GitHub
parent e4142a976e
commit 31e6f41de9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View file

@ -130,7 +130,7 @@ function PureMultimodalInput({
const [uploadQueue, setUploadQueue] = useState<string[]>([]);
const submitForm = useCallback(() => {
window.history.replaceState({}, "", `/chat/${chatId}`);
window.history.pushState({}, "", `/chat/${chatId}`);
sendMessage({
role: "user",