QuotedStatus: stopPropogation
This commit is contained in:
parent
24ffe230d5
commit
704524ea34
|
@ -39,6 +39,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
||||||
|
|
||||||
this.props.history.push(`/@${account.acct}/posts/${status.id}`);
|
this.props.history.push(`/@${account.acct}/posts/${status.id}`);
|
||||||
|
|
||||||
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue