Vanessa 2025-06-06 20:12:33 +08:00
parent 852601dae3
commit 81d245877a

View file

@ -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();