Remove unnecessary blank line in cameraCapture function
This commit is contained in:
@@ -801,7 +801,6 @@ function cameraCapture() {
|
|||||||
console.log("✅ OCR Worker Ready");
|
console.log("✅ OCR Worker Ready");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
async switchCamera() {
|
async switchCamera() {
|
||||||
this.currentFacingMode = this.currentFacingMode === 'user' ? 'environment' : 'user';
|
this.currentFacingMode = this.currentFacingMode === 'user' ? 'environment' : 'user';
|
||||||
await this.initCamera();
|
await this.initCamera();
|
||||||
|
|||||||
Reference in New Issue
Block a user