Restyle chat width slider

This commit is contained in:
Cohee
2023-09-22 16:56:01 +03:00
parent 52cf684444
commit 3d1312c13a
3 changed files with 13 additions and 11 deletions

View File

@ -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);
});