forked from FoundKeyGang/FoundKey
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;
|
||||
break;
|
||||
}
|
||||
// メンション以外
|
||||
} else {
|
||||
text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})`;
|
||||
}
|
||||
|
||||
if (node.childNodes) {
|
||||
|
|
Loading…
Reference in a new issue