fix: prevent the component showing on start

This commit is contained in:
2026-02-19 20:46:32 -03:00
parent 0e8fe172b5
commit bab5f6fd15

View File

@@ -1,4 +1,5 @@
<barcode-reader
[style.display]="scan().scan ? 'block' : 'none'"
#reader
(result)="this.result.emit($event)"
(scan-status)="this.scanStatus.emit($event)"