Fixed issue with cursor position in Composer, fixes emoji picker postioning
• Fixed: - issue with cursor position in Composer, fixes emoji picker postioning
This commit is contained in:
@@ -285,7 +285,7 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
|
||||
onPickEmoji: (emoji) => {
|
||||
dispatch(useEmoji(emoji))
|
||||
dispatch(insertEmojiCompose(emoji, false))
|
||||
dispatch(insertEmojiCompose(emoji))
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user