Fix autoreload spawning multiple timers
This commit is contained in:
parent
972f84d9bf
commit
a7ac2efb77
@ -310,7 +310,6 @@ export default class TrackViewModel extends ViewModel {
|
|||||||
stopAutoReload() {
|
stopAutoReload() {
|
||||||
clearInterval(this.timerId);
|
clearInterval(this.timerId);
|
||||||
this.timerId = 0;
|
this.timerId = 0;
|
||||||
this.model.autoReload = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user