Progress
This commit is contained in:
@@ -46,8 +46,8 @@ const mapStateToProps = (state, { replyToId }) => {
|
||||
|
||||
const mapDispatchToProps = (dispatch) => ({
|
||||
|
||||
onChange(text) {
|
||||
dispatch(changeCompose(text))
|
||||
onChange(text, markdown) {
|
||||
dispatch(changeCompose(text, markdown))
|
||||
},
|
||||
|
||||
onSubmit(router, group) {
|
||||
|
||||
Reference in New Issue
Block a user