changes
This commit is contained in:
parent
890fa31ed4
commit
5589fb8042
BIN
chatserver
BIN
chatserver
Binary file not shown.
@ -452,7 +452,9 @@ function initializeTheme() {
|
||||
document.addEventListener("keyup", function (event) {
|
||||
const inputPanel = document.getElementById("message");
|
||||
if (inputPanel.contains(event.target) && event.key === "ArrowUp") {
|
||||
inputPanel.value = lastMessage;
|
||||
if (inputPanel.value === "") {
|
||||
inputPanel.value = lastMessage;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user