Skip to content

Commit 05018a7

Browse files
authored
Merge pull request #567 from zxing-js/bugfix/566-domexception
#566 DomException on Cleanup
2 parents 5974321 + c1adf91 commit 05018a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/zxing-scanner/src/lib/zxing-scanner.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ export class ZXingScannerComponent implements OnInit, OnDestroy {
570570
this._scanSubscription?.unsubscribe();
571571
this._scanSubscription = undefined;
572572
}
573-
this.torchCompatible.next(false);
574573
}
575574

576575
/**

0 commit comments

Comments
 (0)