|
|
@ -55,6 +55,7 @@ export default class StatusContent extends React.PureComponent { |
|
|
|
link.addEventListener('click', this.onHashtagClick.bind(this, link.text), false); |
|
|
|
} else { |
|
|
|
link.setAttribute('title', link.href); |
|
|
|
link.classList.add('unhandled-link'); |
|
|
|
} |
|
|
|
|
|
|
|
link.setAttribute('target', '_blank'); |
|
|
|