ink & flash

This commit is contained in:
Simon Martens
2025-05-21 14:12:52 +02:00
parent 86b25946eb
commit b107d44053
4 changed files with 16 additions and 6 deletions

View File

@@ -404,6 +404,9 @@ function Startup() {
note.style.top = `${top}px`;
});
notes.forEach((note) => {
note.style.visibility = "visible";
});
}
}