Add quote menu

This commit is contained in:
KMY 2023-09-20 16:49:16 +09:00
parent 53561a51f6
commit 353e76c9c9
8 changed files with 36 additions and 8 deletions

View file

@ -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) {