mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-11 17:03:59 +01:00
Fix input behavior
This commit is contained in:
parent
890ae4bba9
commit
00cc0483f7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user