fix bug with function call context

This commit is contained in:
ouoertheo
2023-08-25 08:51:35 -05:00
parent 3ab9aee195
commit 1417aa12f1
4 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ class EdgeTtsProvider {
$('#edge_tts_rate').val(this.settings.rate || 0);
$('#edge_tts_rate_output').text(this.settings.rate || 0);
$('#edge_tts_rate').on("input",this.onSettingsChange)
$('#edge_tts_rate').on("input", () => {this.onSettingsChange()})
this.checkReady()
console.info("Settings loaded")