MCPcopy 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

MessageFormFunction · 0.85
handleKeyDownFunction · 0.85

Calls 1

userStartsTypingFunction · 0.85

Tested by

no test coverage detected