Focus while upload.

This commit is contained in:
retoor 2025-05-08 01:03:11 +02:00
parent fa59dbc095
commit e153811ff3

View File

@ -264,7 +264,8 @@
escPressed = false;
messagesContainer.querySelector(".message:last-child").scrollIntoView({ block: "end", inline: "nearest" });
}
getInputField().focus();
}
}
if (event.shiftKey && event.key === 'G') {
updateLayout(true);