Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ onKeyDown
Function
onKeyDown
apps/web/ui/Thread/UsersTyping.tsx:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
};
69
70
const onKeyDown = () => {
71
userStartsTyping();
72
clearTimeout(typingTimer);
73
};
74
75
const onKeyUp = () => {
76
clearTimeout(typingTimer);
Callers
2
MessageForm
Function · 0.85
handleKeyDown
Function · 0.85
Calls
1
userStartsTyping
Function · 0.85
Tested by
no test coverage detected