Added emoji support for composer
• Added: - emoji support for composer - new emoji sheet • Updated: - Textarea to accomodate - Reducers and actions to retrieve caretPosition on text change when typing • Removed: - Unused input type on AutosuggestTextbox - Old emoji sheet.png
This commit is contained in:
@@ -86,8 +86,8 @@ const mapStateToProps = (state, { replyToId, isStandalone }) => {
|
||||
|
||||
const mapDispatchToProps = (dispatch, { reduxReplyToId, replyToId, isStandalone }) => ({
|
||||
|
||||
onChange(text, markdown, newReplyToId) {
|
||||
dispatch(changeCompose(text, markdown, newReplyToId, isStandalone))
|
||||
onChange(text, markdown, newReplyToId, position) {
|
||||
dispatch(changeCompose(text, markdown, newReplyToId, isStandalone, position))
|
||||
},
|
||||
|
||||
onSubmit(group, replyToId, router) {
|
||||
|
||||
Reference in New Issue
Block a user