Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ resetInput
Function
resetInput
examples/ts-react-chat/src/routes/realtime.tsx:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
// Always reset the input up front so the same file can be selected
103
// again even if we bail below.
104
const resetInput = () => {
105
e.target.value =
''
106
}
107
if (!file) {
108
resetInput()
109
return
Callers
1
handleImageUpload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected