mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
This commit is contained in:
parent
c7cba8a831
commit
fbe0f4f303
9 changed files with 34 additions and 26 deletions
|
|
@ -19,11 +19,9 @@ import {activeBlur, hideKeyboardToolbar, initKeyboardToolbar} from "./keyboardTo
|
|||
import {syncGuide} from "../../sync/syncGuide";
|
||||
import {Inbox} from "../../layout/dock/Inbox";
|
||||
import {App} from "../../index";
|
||||
import {loadPlugins} from "../../plugin/loader";
|
||||
|
||||
export const initFramework = async (app: App) => {
|
||||
export const initFramework = (app: App) => {
|
||||
setInlineStyle();
|
||||
await loadPlugins(app);
|
||||
renderSnippet();
|
||||
initKeyboardToolbar();
|
||||
const sidebarElement = document.getElementById("sidebar");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue