aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index f87a2413..7f7c8f1e 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -323,7 +323,7 @@ const Status = {
},
linkClicked (event) {
let { target } = event
- target = target.tagName === 'A' ? target : target.closest('a')
+ target = target.tagName === 'A' ? target : target.closest('.status-content a')
if (target) {
if (target.className.match(/mention/)) {
const href = target.href