mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
minor: add some placeholder
This commit is contained in:
@@ -180,7 +180,9 @@ export function ChatInput({
|
|||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
onPaste={handlePaste}
|
onPaste={handlePaste}
|
||||||
placeholder="Describe what changes you want to make to the diagram... (Press Cmd/Ctrl + Enter to send)"
|
placeholder="Describe what changes you want to make to the diagram
|
||||||
|
or upload(paste) an image to replicate a diagram.
|
||||||
|
(Press Cmd/Ctrl + Enter to send)"
|
||||||
disabled={status === "streaming"}
|
disabled={status === "streaming"}
|
||||||
aria-label="Chat input"
|
aria-label="Chat input"
|
||||||
className="min-h-[80px] resize-none transition-all duration-200 px-1 py-0"
|
className="min-h-[80px] resize-none transition-all duration-200 px-1 py-0"
|
||||||
|
|||||||
Reference in New Issue
Block a user