Merge pull request #361 from ollama-webui/fix

fix: await content load
This commit is contained in:
Timothy Jaeryang Baek
2024-01-03 06:17:52 -05:00
committed by GitHub

View File

@@ -62,6 +62,7 @@
console.log(prompt);
title = prompt.title;
await tick();
content = prompt.content;
command = prompt.command;
});