mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-01 12:50:32 +02:00
Don't use debounce for prompt manager save settings function
This commit is contained in:
parent
a53e99b831
commit
e93424b2cf
@ -297,7 +297,7 @@ function setupOpenAIPromptManager(openAiSettings) {
|
||||
};
|
||||
|
||||
promptManager.saveServiceSettings = () => {
|
||||
saveSettingsDebounced();
|
||||
return saveSettings();
|
||||
}
|
||||
|
||||
promptManager.tryGenerate = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user