introduce renderEmojiKeyboard and setRenderEmojiKeyboard to tooltip-provider. renderEmojiKeyboard and setRenderEmojiKeyboard will be used to condionally render the emoji keyboard whenever the user clicks on the react button on the message tooltip. I will be introducing the react button in a subseqent diff.
Details
Details
flow and this diff will be further tested in a subsequent diff
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Curious why setRenderEmojiKeyboard(...) is optional. Could totally just be missing something.
web/chat/tooltip-provider.js | ||
---|---|---|
30 | Why are we making setRenderEmojiKeyboard optional? |
Comment Actions
Curious why setRenderEmojiKeyboard(...) is optional. Could totally just be missing something.
No you are right, I don't know what I was thinking