mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 04:28:07 +01:00
This commit is contained in:
parent
7ded2d4077
commit
53aacb8a77
8 changed files with 9 additions and 18 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue