Skip to content

Commit 35a3007

Browse files
committed
backwards code
1 parent c7e7cd1 commit 35a3007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpage/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ class SelectInput implements OptionsElement<number> {
503503
private onChange(index = -1) {
504504
this.owner.changed();
505505
if (index !== -1) {
506-
this.onchange(index);
507506
this.index = index;
507+
this.onchange(index);
508508
return;
509509
}
510510
const select = this.select.deref();

0 commit comments

Comments
 (0)