mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-06-01 18:30:33 +09:00
Merge branch 'Yidadaa:main' into main
This commit is contained in:
commit
d654f02f18
@ -377,7 +377,7 @@ export function showPrompt(content: any, value = "", rows = 3) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return new Promise<string>((resolve) => {
|
return new Promise<string>((resolve) => {
|
||||||
let userInput = "";
|
let userInput = value;
|
||||||
|
|
||||||
root.render(
|
root.render(
|
||||||
<Modal
|
<Modal
|
||||||
|
Loading…
Reference in New Issue
Block a user