fixes bug
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user