Assiduites : fix problème saisie directe

This commit is contained in:
Iziram 2023-09-14 14:25:27 +02:00
parent 41944d9d65
commit 2fca7d7b54
2 changed files with 4 additions and 0 deletions

View File

@ -131,10 +131,13 @@
document.addEventListener(
"mouseup",
mouseUp,
{once:true}
);
document.addEventListener(
"touchend",
mouseUp,
{once:true}
);
} else if (event.target === periodTimeLine) {

View File

@ -13,6 +13,7 @@
flex-wrap: wrap;
transition: all 0.3s ease-in-out;
pointer-events: none;
z-index: 999;
}