update form
This commit is contained in:
@@ -20,7 +20,8 @@ class LevelController extends EventHandler {
|
||||
|
||||
destroy() {
|
||||
if (this.timer) {
|
||||
clearInterval(this.timer);
|
||||
clearInterval(this.timer);
|
||||
this.timer = null;
|
||||
}
|
||||
this._manualLevel = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user