find inside status-content div only

このコミットが含まれているのは:
taehoon 2019-07-23 15:44:41 -04:00
コミット 17ad5bbdf9
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -323,7 +323,7 @@ const Status = {
},
linkClicked (event) {
let { target } = event
target = target.tagName === 'A' ? target : target.closest('a')
target = target.tagName === 'A' ? target : target.closest('.status-content a')
if (target) {
if (target.className.match(/mention/)) {
const href = target.href