This commit is contained in:
Taric Xin
2021-12-27 18:35:24 +08:00
parent 786c2e1bad
commit 8ead989ec1
3 changed files with 10 additions and 35 deletions

View File

@ -22,7 +22,6 @@ export class TrushtmlPipe implements PipeTransform {
}
return this.sanitizer.bypassSecurityTrustHtml(value);
} catch (e) {
console.warn(e);
return '';
}
}