()
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected