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 authored and 19173700413 committed Aug 2, 2023
1 parent 66d5927 commit 9872aa8
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 9872aa8

Please sign in to comment.