master #1820

Merged
juan merged 11 commits from master into test 2023-11-27 12:16:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5d18c211a0 - Show all commits

View File

@ -402,7 +402,7 @@ class Controller extends Section {
});
}
changeState(state, reason) {
state(state, reason) {
this.state = state;
this.reason = reason;
this.repaint();