mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-17 20:50:40 +01:00
Increase debounce duration for type-in controls to 2sec
This commit is contained in:
parent
24f406917d
commit
11cc27d9c9
@ -8815,7 +8815,7 @@ jQuery(async function () {
|
||||
}
|
||||
|
||||
restoreCaretPosition($(this).get(0), caretPosition);
|
||||
}, 500);
|
||||
}, 2000);
|
||||
})
|
||||
|
||||
$(".user_stats_button").on('click', function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user