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

Fix clicking link - open new tab unless tag or mention

See merge request pleroma/pleroma-fe!562
fix-convos
Shpuld Shpludson 6 years ago
commit 8efe30c2dc

@ -298,8 +298,10 @@ const Status = {
if (tag) {
const link = this.generateTagLink(tag)
this.$router.push(link)
return
}
}
window.open(target.href, '_blank')
}
},
toggleReplying () {

Loading…
Cancel
Save