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

Function userStopsTyping

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

Source from the content-addressed store, hash-verified

62 };
63
64 const userStopsTyping = function () {
65 clearTimeout(typingTimer);
66 setUserTyping(false);
67 userTyping({ typing: false, username: currentUser?.displayName! });
68 };
69
70 const onKeyDown = () => {
71 userStartsTyping();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected