mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Fix #1857
This commit is contained in:
parent
553c1747d4
commit
ab320c4ba9
@ -1,6 +1,8 @@
|
||||
const parse5 = require('parse5');
|
||||
|
||||
export default function(html: string): string {
|
||||
if (html == null) return null;
|
||||
|
||||
const dom = parse5.parseFragment(html);
|
||||
|
||||
let text = '';
|
||||
|
Loading…
Reference in New Issue
Block a user