Merge branch 'Yidadaa:main' into main

This commit is contained in:
Hk-Gosuto 2023-08-01 09:42:34 +08:00 committed by GitHub
commit d654f02f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ export function showPrompt(content: any, value = "", rows = 3) {
};
return new Promise<string>((resolve) => {
let userInput = "";
let userInput = value;
root.render(
<Modal