Skip to content

Commit

Permalink
fix: ChatGPTNextWeb#2514 should not clear the message after editing m…
Browse files Browse the repository at this point in the history
…essage
  • Loading branch information
Yidadaa committed Jul 31, 2023
1 parent e83e0f6 commit 129e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ui-lib.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 129e7af

Please sign in to comment.