mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 01:06:09 +01:00
This commit is contained in:
parent
7ded2d4077
commit
53aacb8a77
8 changed files with 9 additions and 18 deletions
|
|
@ -138,7 +138,6 @@ export const initFramework = (app: App, isStart: boolean) => {
|
|||
});
|
||||
window.siyuan.mobile.docks.file = new MobileFiles(app);
|
||||
document.getElementById("toolbarFile").addEventListener("click", () => {
|
||||
hideKeyboardToolbar();
|
||||
activeBlur();
|
||||
sidebarElement.style.transform = "translateX(0px)";
|
||||
const type = sidebarElement.querySelector(".toolbar--border .toolbar__icon--active").getAttribute("data-type");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue