MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onKeyUp

Function onKeyUp

apps/web/ui/Thread/UsersTyping.tsx:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 };
74
75 const onKeyUp = () => {
76 clearTimeout(typingTimer);
77 typingTimer = setTimeout(userStopsTyping, typingTimeout);
78 };
79
80 return { onKeyDown, onKeyUp };
81}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected