Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit d6ca3cdfd8 - Show all commits

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;
}