changes
This commit is contained in:
parent
890fa31ed4
commit
5589fb8042
BIN
chatserver
BIN
chatserver
Binary file not shown.
@ -452,8 +452,10 @@ function initializeTheme() {
|
||||
document.addEventListener("keyup", function (event) {
|
||||
const inputPanel = document.getElementById("message");
|
||||
if (inputPanel.contains(event.target) && event.key === "ArrowUp") {
|
||||
if (inputPanel.value === "") {
|
||||
inputPanel.value = lastMessage;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
async function initialize() {
|
||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module chat
|
||||
|
||||
go 1.23.4
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
||||
require github.com/mattn/go-sqlite3 v1.14.24 // direct
|
||||
|
Loading…
x
Reference in New Issue
Block a user