mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: await content load
This commit is contained in:
parent
08d8ce4215
commit
63d380231a
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
|||
console.log(prompt);
|
||||
|
||||
title = prompt.title;
|
||||
await tick();
|
||||
content = prompt.content;
|
||||
command = prompt.command;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue