fixes bug
This commit is contained in:
parent
583eb05247
commit
8c39561906
2 changed files with 2 additions and 0 deletions
|
@ -521,6 +521,7 @@ class Options {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
submit() {
|
submit() {
|
||||||
|
this.haschanged = false;
|
||||||
for (const thing of this.options) {
|
for (const thing of this.options) {
|
||||||
thing.submit();
|
thing.submit();
|
||||||
}
|
}
|
||||||
|
|
|
@ -528,6 +528,7 @@ class Options implements OptionsElement{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
submit(){
|
submit(){
|
||||||
|
this.haschanged=false;
|
||||||
for(const thing of this.options){
|
for(const thing of this.options){
|
||||||
thing.submit();
|
thing.submit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue