Skip to content

Commit

Permalink
Fix Settings.addSliders
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Jun 29, 2024
1 parent 735eaac commit 058e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export class Settings {
if (this.settings.delayAfterChange === 0 || this.settings.delayAfterChange === 750) {
// 750 was the default before we added the autoDelayBeforeCompile checkbox
// 0 was probably something much older.
this.settings.delayAfterChange = this.defaultDelayAfterChange;
this.settings.autoDelayBeforeCompile = true;
}
localStorage.set('checkedAutoDelay', 'true');
}
Expand Down

0 comments on commit 058e0f7

Please sign in to comment.