mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix input behavior
This commit is contained in:
@ -8804,7 +8804,7 @@ jQuery(async function () {
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on('input', '.range-block-counter input', function () {
|
||||
$(document).on('input', '.range-block-counter input, .neo-range-input', function () {
|
||||
setTimeout(() => {
|
||||
const caretPosition = saveCaretPosition($(this).get(0));
|
||||
const myText = $(this).val().trim();
|
||||
|
Reference in New Issue
Block a user