use hashtag class detection as fallback

このコミットが含まれているのは:
taehoon 2019-08-12 15:22:39 -04:00
コミット 5aa2c44487
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -335,7 +335,7 @@ const Status = {
return
}
}
if (target.rel === 'tag') {
if (target.rel === 'tag' || target.className.match(/hashtag/)) {
// Extract tag name from link url
const tag = extractTagFromUrl(target.href)
if (tag) {