Fix bug
This commit is contained in:
parent
60269d15e8
commit
000d9cc1ce
1 changed files with 0 additions and 3 deletions
|
@ -49,9 +49,6 @@ export default function(html: string): string {
|
||||||
text += txt;
|
text += txt;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// メンション以外
|
|
||||||
} else {
|
|
||||||
text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node.childNodes) {
|
if (node.childNodes) {
|
||||||
|
|
Loading…
Reference in a new issue