mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
00c2b6ca40
commit
02df867843
1 changed files with 2 additions and 0 deletions
|
|
@ -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}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue