This commit is contained in:
parent
8a568f180a
commit
5d18c211a0
|
@ -402,7 +402,7 @@ class Controller extends Section {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
changeState(state, reason) {
|
state(state, reason) {
|
||||||
this.state = state;
|
this.state = state;
|
||||||
this.reason = reason;
|
this.reason = reason;
|
||||||
this.repaint();
|
this.repaint();
|
||||||
|
|
Loading…
Reference in New Issue