MCPcopy Create free account
hub / github.com/dharness/react-chat-window / onUserInputSubmit

Method onUserInputSubmit

src/components/ChatWindow.js:13–15  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

11 }
12
13 onUserInputSubmit(message) {
14 this.props.onUserInputSubmit(message);
15 }
16
17 onFilesSelected(filesList) {
18 this.props.onFilesSelected(filesList);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected