diff --git a/src/components/status/status.js b/src/components/status/status.js index 06e4fe93..50198928 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -299,7 +299,9 @@ const Status = { const link = this.generateTagLink(tag) this.$router.push(link) } + return } + window.open(target.href, '_blank') } }, toggleReplying () {