mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
Parent target
This commit is contained in:
@@ -10,7 +10,7 @@ const CommentContent = ({comment}) => {
|
||||
textbreaks.map((line, i) => {
|
||||
return (
|
||||
<span key={i} className={`${name}-line`}>
|
||||
<Linkify>
|
||||
<Linkify properties={{target: '_parent'}}>
|
||||
{line}
|
||||
</Linkify>
|
||||
<br className={`${name}-linebreak`}/>
|
||||
|
||||
Reference in New Issue
Block a user