fix for jQuery input event not triggering real input event
This commit is contained in:
parent
cd002b1334
commit
3debc06372
|
@ -843,7 +843,7 @@ export function initRossMods() {
|
|||
saveSettingsDebounced();
|
||||
});
|
||||
|
||||
sendTextArea.addEventListener('input', ()=>{
|
||||
$(sendTextArea).on('input', ()=>{
|
||||
if (sendTextArea.scrollHeight > sendTextArea.offsetHeight) {
|
||||
autoFitSendTextArea();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue