MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / handleChange

Function handleChange

src/components/ConversationView/MessageTextarea.tsx:28–30  ·  view source on GitHub ↗
(e: React.ChangeEvent<HTMLTextAreaElement>)

Source from the content-addressed store, hash-verified

26 }, []);
27
28 const handleChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => {
29 setValue(e.target.value);
30 };
31
32 const handleSend = async () => {
33 let conversation = conversationStore.getConversationById(conversationStore.currentConversationId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected