QuotedStatus: stopPropogation
This commit is contained in:
parent
24ffe230d5
commit
704524ea34
1 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
|||
|
||||
this.props.history.push(`/@${account.acct}/posts/${status.id}`);
|
||||
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}
|
||||
}
|
||||
|
@ -153,4 +154,4 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
|||
|
||||
}
|
||||
|
||||
export default withRouter(injectIntl(QuotedStatus) as any);
|
||||
export default withRouter(injectIntl(QuotedStatus) as any);
|
||||
|
|
Loading…
Reference in a new issue