mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
1569435890
commit
9ea9b62c6b
2 changed files with 14 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import {loadPlugins} from "../../plugin/loader";
|
|||
|
||||
export const initFramework = async (app: App) => {
|
||||
setInlineStyle();
|
||||
await loadPlugins(this);
|
||||
await loadPlugins(app);
|
||||
renderSnippet();
|
||||
initKeyboardToolbar();
|
||||
const sidebarElement = document.getElementById("sidebar");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue