Skip to content
Snippets Groups Projects
Commit 8efe30c2 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'hotfix/open-link' into 'develop'

Fix clicking link - open new tab unless tag or mention

See merge request pleroma/pleroma-fe!562
parents b6bac4d0 f3d2e41a
No related branches found
No related tags found
No related merge requests found
......@@ -298,8 +298,10 @@ const Status = {
if (tag) {
const link = this.generateTagLink(tag)
this.$router.push(link)
return
}
}
window.open(target.href, '_blank')
}
},
toggleReplying () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment