Skip to content

Commit

Permalink
#566 DomException on Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jul 11, 2024
1 parent 5974321 commit c1adf91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/zxing-scanner/src/lib/zxing-scanner.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ export class ZXingScannerComponent implements OnInit, OnDestroy {
this._scanSubscription?.unsubscribe();
this._scanSubscription = undefined;
}
this.torchCompatible.next(false);
}

/**
Expand Down

0 comments on commit c1adf91

Please sign in to comment.