QuotedStatus: stopPropogation

This commit is contained in:
Alex Gleason 2022-04-16 19:46:55 -05:00
parent 24ffe230d5
commit 704524ea34
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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