Skip to content

Commit 81d2458

Browse files
committed
🎨 #14682
1 parent 852601d commit 81d2458

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/mobile/util/touch.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,12 @@ export const handleTouchMove = (event: TouchEvent) => {
271271
scrollBlock = true;
272272
return;
273273
}
274-
if (scrollBlock) {
275-
return;
276-
}
274+
}
275+
if (scrollBlock) {
276+
return;
277277
}
278278
}
279+
279280
if (isFirstMove) {
280281
sideMaskElement.style.zIndex = (++window.siyuan.zIndex).toString();
281282
document.getElementById("sidebar").style.zIndex = (++window.siyuan.zIndex).toString();

0 commit comments

Comments
 (0)