mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-23 07:51:18 +01:00
fix linting issue
This commit is contained in:
parent
307a579f80
commit
3983eef827
@ -369,7 +369,7 @@ class PresetManager {
|
||||
if (Object.keys(preset_names).length) {
|
||||
const nextPresetName = Object.keys(preset_names)[0];
|
||||
const newValue = preset_names[nextPresetName];
|
||||
$(this.select).find(`option[value="${newValue}"]`).attr('selected', true);
|
||||
$(this.select).find(`option[value="${newValue}"]`).attr('selected', 'true');
|
||||
$(this.select).trigger('change');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user