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
commit 47803fbeb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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