mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Restyle chat width slider
This commit is contained in:
@ -8745,7 +8745,7 @@ jQuery(async function () {
|
||||
}
|
||||
|
||||
console.debug('Label value OK, setting to the master input control', myText);
|
||||
$(masterElement).val(myValue).trigger('input');
|
||||
$(masterElement).val(myValue).trigger('input').trigger('mouseup');
|
||||
restoreCaretPosition($(this).get(0), caretPosition);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user