added support for sending reaction

This commit is contained in:
unknown
2021-08-15 13:59:09 +05:30
parent ebac0db0df
commit fa85e61d6f
6 changed files with 376 additions and 294 deletions

View File

@@ -61,8 +61,9 @@ function EmojiBoardOpener() {
onClick={toggleMenu}
type="button"
style={{
width: '0',
height: '0',
width: '32px',
height: '32px',
backgroundColor: 'transparent',
position: 'absolute',
top: 0,
left: 0,