mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't use debounce for prompt manager save settings function
This commit is contained in:
@ -297,7 +297,7 @@ function setupOpenAIPromptManager(openAiSettings) {
|
||||
};
|
||||
|
||||
promptManager.saveServiceSettings = () => {
|
||||
saveSettingsDebounced();
|
||||
return saveSettings();
|
||||
}
|
||||
|
||||
promptManager.tryGenerate = () => {
|
||||
|
Reference in New Issue
Block a user