fix if click name in QT can't show post owner's profile(5)

This commit is contained in:
YoheiZuho 2022-05-01 19:20:33 +09:00
parent 10270551c9
commit de0a42b04c

View File

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