mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-03 14:11:47 +01:00
This commit is contained in:
parent
9a20844e7e
commit
8aa0cebaaf
1 changed files with 0 additions and 2 deletions
|
|
@ -260,8 +260,6 @@ export const handleTouchMove = (event: TouchEvent) => {
|
|||
scrollElement.scrollLeft = 1;
|
||||
if (scrollElement.scrollLeft === 0) {
|
||||
noScroll = true;
|
||||
} else {
|
||||
scrollElement.scrollLeft = 0;
|
||||
}
|
||||
}
|
||||
if (!noScroll) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue