Unverified Commit 47803fbe authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #361 from ollama-webui/fix

fix: await content load
parents d6cb6e99 c4dbb4b9
...@@ -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