Fix clicking link - open new tab unless tag or mention

feature/image-description-authoring
Edijs 6 years ago
parent b6bac4d06d
commit 9959c311a9

@ -299,7 +299,9 @@ const Status = {
const link = this.generateTagLink(tag)
this.$router.push(link)
}
return
}
window.open(target.href, '_blank')
}
},
toggleReplying () {

Loading…
Cancel
Save