Search bar refactored with Nodes and Channels

This commit is contained in:
softsimon
2022-05-15 14:47:55 +04:00
parent 925e5c4758
commit 2fec4ead2f
10 changed files with 187 additions and 55 deletions

View File

@@ -21,7 +21,7 @@ export class QrcodeComponent implements AfterViewInit {
) { }
ngOnChanges() {
if (!this.canvas.nativeElement) {
if (!this.canvas || !this.canvas.nativeElement) {
return;
}
this.render();