Fixed recording-state-lock bug
This commit is contained in:
parent
b348ba91a9
commit
4e241f0ed2
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ function initRunningRecords() {
|
|||
return api.getRunningRecords().then((records) => {
|
||||
if (records === undefined || records.length <= 0) {
|
||||
currentRecord = undefined;
|
||||
setState(States.IDLE);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue