mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Increase debounce duration for type-in controls to 2sec
This commit is contained in:
@@ -8815,7 +8815,7 @@ jQuery(async function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
restoreCaretPosition($(this).get(0), caretPosition);
|
restoreCaretPosition($(this).get(0), caretPosition);
|
||||||
}, 500);
|
}, 2000);
|
||||||
})
|
})
|
||||||
|
|
||||||
$(".user_stats_button").on('click', function () {
|
$(".user_stats_button").on('click', function () {
|
||||||
|
Reference in New Issue
Block a user