Skip to content

Commit

Permalink
Merge pull request #567 from zxing-js/bugfix/566-domexception
Browse files Browse the repository at this point in the history
#566 DomException on Cleanup
  • Loading branch information
werthdavid authored Jul 11, 2024
2 parents 5974321 + c1adf91 commit 05018a7
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 05018a7

Please sign in to comment.