Fix clicking link - open new tab unless tag or mention

このコミットが含まれているのは:
Edijs 2019-02-11 07:38:12 -07:00
コミット 9959c311a9
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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