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:
@@ -670,10 +670,9 @@ export const changeComposeVisibility = (value) => ({
|
||||
/**
|
||||
*
|
||||
*/
|
||||
export const insertEmojiCompose = (emoji, needsSpace) => ({
|
||||
export const insertEmojiCompose = (emoji) => ({
|
||||
type: COMPOSE_EMOJI_INSERT,
|
||||
emoji,
|
||||
needsSpace,
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user