mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 23:14:07 +01:00
🚨
This commit is contained in:
parent
e93fd2ba10
commit
c8604cf19e
6 changed files with 16 additions and 17 deletions
|
|
@ -8,7 +8,6 @@ import {fetchPost} from "../../util/fetch";
|
|||
import {setInlineStyle} from "../../util/assets";
|
||||
import {renderSnippet} from "../../config/util/snippets";
|
||||
import {setEmpty} from "./setEmpty";
|
||||
import {disabledProtyle, enableProtyle} from "../../protyle/util/onGet";
|
||||
import {getOpenNotebookCount} from "../../util/pathName";
|
||||
import {popMenu} from "./menu";
|
||||
import {MobileFiles} from "./MobileFiles";
|
||||
|
|
@ -76,7 +75,7 @@ export const initFramework = () => {
|
|||
});
|
||||
});
|
||||
window.siyuan.mobile.files = new MobileFiles();
|
||||
document.getElementById("toolbarFile").addEventListener("click", (event) => {
|
||||
document.getElementById("toolbarFile").addEventListener("click", () => {
|
||||
hideKeyboardToolbar();
|
||||
hideKeyboard();
|
||||
sidebarElement.style.left = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue