Vanessa 2025-04-17 00:08:52 +08:00
parent 7ded2d4077
commit 53aacb8a77
8 changed files with 9 additions and 18 deletions

View file

@ -21,7 +21,6 @@ const popSide = (render = true) => {
if (render) {
document.getElementById("toolbarFile").dispatchEvent(new CustomEvent("click"));
} else {
hideKeyboardToolbar();
activeBlur();
document.getElementById("sidebar").style.transform = "translateX(0px)";
}
@ -309,7 +308,6 @@ export const handleTouchMove = (event: TouchEvent) => {
transformMask((windowWidth - xDiff) / windowWidth);
}
activeBlur();
hideKeyboardToolbar();
if (window.siyuan.mobile.editor) {
window.siyuan.mobile.editor.protyle.contentElement.style.overflow = "hidden";
}