MCPcopy Create free account
hub / github.com/celerforge/freenote / handleInput

Function handleInput

src/components/chat/chat-input.tsx:50–53  ·  view source on GitHub ↗
(event: React.ChangeEvent<HTMLTextAreaElement>)

Source from the content-addressed store, hash-verified

48 }, []);
49
50 const handleInput = (event: React.ChangeEvent<HTMLTextAreaElement>) => {
51 handleInputChange(event);
52 adjustHeight();
53 };
54
55 const submitForm = (e?: React.FormEvent) => {
56 e?.preventDefault();

Callers

nothing calls this directly

Calls 1

adjustHeightFunction · 0.85

Tested by

no test coverage detected