forked from mirrors/akkoma-fe
Fix clicking link - open new tab unless tag or mention
This commit is contained in:
parent
b6bac4d06d
commit
9959c311a9
1 changed files with 2 additions and 0 deletions
|
@ -299,7 +299,9 @@ const Status = {
|
||||||
const link = this.generateTagLink(tag)
|
const link = this.generateTagLink(tag)
|
||||||
this.$router.push(link)
|
this.$router.push(link)
|
||||||
}
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
window.open(target.href, '_blank')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toggleReplying () {
|
toggleReplying () {
|
||||||
|
|
Loading…
Reference in a new issue