MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / handleChange

Function handleChange

frontend/components/chat-input.tsx:172–175  ·  view source on GitHub ↗
(e: React.ChangeEvent<HTMLTextAreaElement>)

Source from the content-addressed store, hash-verified

170 }, [input, adjustTextareaHeight])
171
172 const handleChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => {
173 onChange(e)
174 adjustTextareaHeight()
175 }
176
177 const handleKeyDown = (e: React.KeyboardEvent) => {
178 if ((e.metaKey || e.ctrlKey) && e.key === "Enter") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected