mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-13 18:32:05 +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 = () => {
|
promptManager.saveServiceSettings = () => {
|
||||||
saveSettingsDebounced();
|
return saveSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
promptManager.tryGenerate = () => {
|
promptManager.tryGenerate = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user