🐛 fix answer click

Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
This commit is contained in:
Baptiste Lemoine 2020-02-12 11:16:04 +01:00
parent 8ffaaa316e
commit 27fe6cb789
1 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ class StatusActionBar extends ImmutablePureComponent {
};
handleReplyUnderClick = () => {
console.info('hop show');
this.handleReplyClick();
};
handleShareClick = () => {
@ -385,7 +386,7 @@ class StatusActionBar extends ImmutablePureComponent {
className='status__action-bar-button reply_under'
title={replyTitle}
icon={status.get('in_reply_to_account_id') === status.getIn(['account', 'id']) ? 'reply' : replyIcon}
onClick={this.handleReplyUnderClick}
onClick={this.handleReplyClick}
/>
{/*{this.state.showReplyFormUnder && (*/}
{/* <span >*/}