diff --git a/resources/views/fields/camera-capture.blade.php b/resources/views/fields/camera-capture.blade.php index 3f333bf..714e729 100644 --- a/resources/views/fields/camera-capture.blade.php +++ b/resources/views/fields/camera-capture.blade.php @@ -797,7 +797,7 @@ function cameraCapture() { this.capturedPhoto = snapshotData; // store for verification alert("Photo captured!"); - this.stopDetection(); + }, async verifyPhoto() {