fix if click name in QT can't show post owner's profile(5)
This commit is contained in:
parent
10270551c9
commit
de0a42b04c
@ -191,10 +191,6 @@ class Status extends ImmutablePureComponent {
|
||||
e.preventDefault();
|
||||
this.context.router.history.push(`/accounts/${id}`);
|
||||
}
|
||||
|
||||
if (e && (e.button !== 0 || e.ctrlKey || e.metaKey)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (e) {
|
||||
e.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user