mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
5047d414e3
commit
b2e72fd9ab
34 changed files with 645 additions and 365 deletions
|
|
@ -2,7 +2,7 @@ import {fetchSyncPost} from "../util/fetch";
|
|||
import {App} from "../index";
|
||||
import {Plugin} from "./index";
|
||||
/// #if !MOBILE
|
||||
import {exportLayout, resizeTopbar} from "../layout/util";
|
||||
import {exportLayout, resizeTopBar} from "../layout/util";
|
||||
/// #endif
|
||||
import {API} from "./API";
|
||||
import {getFrontend, isMobile, isWindow} from "../util/functions";
|
||||
|
|
@ -187,7 +187,7 @@ export const afterLoadPlugin = (plugin: Plugin) => {
|
|||
}
|
||||
}
|
||||
/// #if !MOBILE
|
||||
resizeTopbar();
|
||||
resizeTopBar();
|
||||
mergePluginHotkey(plugin);
|
||||
plugin.statusBarIcons.forEach(element => {
|
||||
const statusElement = document.getElementById("status");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue