fixes bug

This commit is contained in:
MathMan05 2024-08-12 09:20:57 -05:00
parent 583eb05247
commit 8c39561906
2 changed files with 2 additions and 0 deletions

View file

@ -521,6 +521,7 @@ class Options {
}
}
submit() {
this.haschanged = false;
for (const thing of this.options) {
thing.submit();
}