parent
e8dfef4bd4
commit
f7d978b7e3
5 changed files with 22 additions and 18 deletions
|
@ -203,12 +203,12 @@ const mapDispatchToProps = (dispatch, { intl, contextType }) => ({
|
|||
});
|
||||
},
|
||||
|
||||
onReference (status) {
|
||||
dispatch(insertReferenceCompose(0, status.get('url'), 'BT'));
|
||||
onReference (status, router) {
|
||||
dispatch(insertReferenceCompose(0, status.get('url'), 'BT', router));
|
||||
},
|
||||
|
||||
onQuote (status) {
|
||||
dispatch(insertReferenceCompose(0, status.get('url'), 'QT'));
|
||||
onQuote (status, router) {
|
||||
dispatch(insertReferenceCompose(0, status.get('url'), 'QT', router));
|
||||
},
|
||||
|
||||
onTranslate (status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue