Fix check-in camera re-init after closing
* Fixes https://github.com/Attendize/Attendize/issues/391
This commit is contained in:
parent
36c93dd7c9
commit
9f16beaca3
|
|
@ -168,6 +168,7 @@ var checkinApp = new Vue({
|
|||
this.showScannerModal = false;
|
||||
track = this.stream.getTracks()[0];
|
||||
track.stop();
|
||||
this.isInit = false;
|
||||
this.fetchAttendees();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue