This commit is contained in:
Timothy Jaeryang Baek 2025-12-09 20:52:18 -05:00
parent 00c2b6ca40
commit 02df867843

View file

@ -753,6 +753,8 @@
); );
if (res) { if (res) {
// Clear the input content saved in session storage.
sessionStorage.removeItem('chat-input');
goto(`/notes/${res.id}`); goto(`/notes/${res.id}`);
} }
}; };