mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-19 18:41:00 +08:00
This commit is contained in:
parent
4e0a2ead1e
commit
adf193ed32
@ -232,6 +232,8 @@ export const handleTouchMove = (event: TouchEvent) => {
|
|||||||
document.getElementById("menu").style.right = -windowWidth + xDiff + "px";
|
document.getElementById("menu").style.right = -windowWidth + xDiff + "px";
|
||||||
transformMask((windowWidth - xDiff) / windowWidth);
|
transformMask((windowWidth - xDiff) / windowWidth);
|
||||||
}
|
}
|
||||||
|
activeBlur();
|
||||||
|
hideKeyboardToolbar();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user