Merge corrections provided by Bambuch, cont.

This commit is contained in:
2025-04-26 19:12:56 +02:00
parent cd9a64b5ad
commit 9dbcfddf98
9 changed files with 22 additions and 18 deletions

View File

@@ -106,7 +106,7 @@ function dragLeave(event) {
if (event.timeStamp <= lastEnterTime) return;
event.currentTarget.closest("table").querySelectorAll(".dropzone").forEach((tr) => {
tr.classList.remove("dropzone");
})
});
}
window.dragLeave = dragLeave;