From de0a42b04cce155831a98f005d04d1e7a34f4abc Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Sun, 1 May 2022 19:20:33 +0900 Subject: [PATCH] fix if click name in QT can't show post owner's profile(5) --- app/javascript/mastodon/components/status.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index baf83e58c..41722aceb 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -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();