mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-14 23:22:44 +00:00
refac
This commit is contained in:
parent
2e1ef805ff
commit
885c94bda8
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@
|
|||
|
||||
let mouseOver = false;
|
||||
let draggable = false;
|
||||
$: if (mouseOver) {
|
||||
loadChat();
|
||||
}
|
||||
|
||||
const loadChat = async () => {
|
||||
if (!chat) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue