fix: await content load

This commit is contained in:
Timothy J. Baek 2024-01-03 03:16:31 -08:00
parent 08d8ce4215
commit 63d380231a
1 changed files with 1 additions and 0 deletions

View File

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