mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
🐛 fix answer click
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
This commit is contained in:
parent
8ffaaa316e
commit
27fe6cb789
@ -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 >*/}
|
||||
|
Loading…
Reference in New Issue
Block a user