"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "d4db3dd593aeafb44f62e9eef40f49d5987f1c3c"
Commit 63d38023 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: await content load

parent 08d8ce42
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
console.log(prompt); console.log(prompt);
title = prompt.title; title = prompt.title;
await tick();
content = prompt.content; content = prompt.content;
command = prompt.command; command = prompt.command;
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment