Add quote menu
This commit is contained in:
parent
53561a51f6
commit
353e76c9c9
8 changed files with 36 additions and 8 deletions
|
@ -203,7 +203,11 @@ const mapDispatchToProps = (dispatch, { intl, contextType }) => ({
|
|||
},
|
||||
|
||||
onReference (status) {
|
||||
dispatch(insertReferenceCompose(0, status.get('url')));
|
||||
dispatch(insertReferenceCompose(0, status.get('url'), 'BT'));
|
||||
},
|
||||
|
||||
onQuote (status) {
|
||||
dispatch(insertReferenceCompose(0, status.get('url'), 'QT'));
|
||||
},
|
||||
|
||||
onTranslate (status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue