Skip to content
Snippets Groups Projects
Commit 9959c311 authored by Edijs Bov's avatar Edijs Bov
Browse files

Fix clicking link - open new tab unless tag or mention

parent b6bac4d0
Branches
No related tags found
No related merge requests found
......@@ -299,7 +299,9 @@ const Status = {
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.
Please register or to comment