Fix issue: Check In QR code doesn't refresh list with status when exiting scanning mode (closes #164)

This commit is contained in:
Dave Earley 2016-07-15 10:18:30 +01:00
parent 2f080b534b
commit d6ca02232d
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ var checkinApp = new Vue({
this.showScannerModal = false;
track = this.stream.getTracks()[0];
track.stop();
this.fetchAttendees();
}
}
});