mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
2663d0a4f4
commit
158b534651
3 changed files with 75 additions and 66 deletions
|
|
@ -148,9 +148,9 @@ export const afterLoadPlugin = (plugin: Plugin) => {
|
|||
document.querySelector("#" + (element.getAttribute("data-position") === "right" ? "barPlugins" : "drag")).before(element);
|
||||
}
|
||||
});
|
||||
resizeTopbar();
|
||||
}
|
||||
/// #if !MOBILE
|
||||
resizeTopbar();
|
||||
mergePluginHotkey(plugin);
|
||||
plugin.statusBarIcons.forEach(element => {
|
||||
const statusElement = document.getElementById("status");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue