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