Skip to content

Commit

Permalink
updated JSDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Feb 19, 2023
1 parent bf7d78e commit f874ea5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Reactions/MiniQuickEmojiReactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ import {
baseQuickEmojiReactionsPropTypes,
} from './QuickEmojiReactions/BaseQuickEmojiReactions';

/**
* Shows the four common quick reactions and a
* emoji picker icon button. This is used for the mini
* context menu which we just show on web, when hovering
* a message.
* @param {Props} props
* @returns {JSX.Element}
*/
const MiniQuickEmojiReactions = (props) => {
// TODO: this is duplicated code with the add reaction bubble. Can we consolidate?
const ref = React.createRef();

const openEmojiPicker = () => {
Expand Down

0 comments on commit f874ea5

Please sign in to comment.