Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitbox-Connect/Bitbox
/ handleEmojiClick
Function
handleEmojiClick
client/src/component/Discussion.jsx:52–55 ·
view source on GitHub ↗
(emoji)
Source
from the content-addressed store, hash-verified
50
};
51
52
const handleEmojiClick = (emoji) => {
53
setMessageInput(prev => prev + emoji);
54
setShowEmoji(false);
55
};
56
57
const handleJoin = (e) => {
58
e.preventDefault();
Callers
1
Discussion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected