mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 13:58:49 +01:00
This commit is contained in:
parent
852601dae3
commit
81d245877a
1 changed files with 4 additions and 3 deletions
|
|
@ -271,11 +271,12 @@ export const handleTouchMove = (event: TouchEvent) => {
|
|||
scrollBlock = true;
|
||||
return;
|
||||
}
|
||||
if (scrollBlock) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (scrollBlock) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (isFirstMove) {
|
||||
sideMaskElement.style.zIndex = (++window.siyuan.zIndex).toString();
|
||||
document.getElementById("sidebar").style.zIndex = (++window.siyuan.zIndex).toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue