Commit 63d38023 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: await content load

parent 08d8ce42
......@@ -62,6 +62,7 @@
console.log(prompt);
title = prompt.title;
await tick();
content = prompt.content;
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