From 74f1f1fe0d5ed116a913a912f943e8e74aba2bcf Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Sun, 1 May 2022 19:26:01 +0900 Subject: [PATCH] fix if click name in QT can't show post owner's profile(6) --- app/javascript/mastodon/components/status.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index 41722aceb..066988d2c 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -191,11 +191,6 @@ class Status extends ImmutablePureComponent { e.preventDefault(); this.context.router.history.push(`/accounts/${id}`); } - - if (e) { - e.preventDefault(); - } - this._openProfile(proper); }