forked from ScoDoc/ScoDoc
Merge branch 'main96' of https://scodoc.org/git/iziram/ScoDoc
This commit is contained in:
commit
d6ca3cdfd8
@ -131,10 +131,13 @@
|
||||
document.addEventListener(
|
||||
"mouseup",
|
||||
mouseUp,
|
||||
{once:true}
|
||||
);
|
||||
document.addEventListener(
|
||||
"touchend",
|
||||
mouseUp,
|
||||
{once:true}
|
||||
|
||||
);
|
||||
} else if (event.target === periodTimeLine) {
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
flex-wrap: wrap;
|
||||
transition: all 0.3s ease-in-out;
|
||||
pointer-events: none;
|
||||
z-index: 999;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user