mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
♻️
This commit is contained in:
parent
fd0893d8d8
commit
6806392b41
57 changed files with 271 additions and 360 deletions
|
|
@ -148,7 +148,7 @@ export const afterLoadPlugin = (plugin: Plugin) => {
|
|||
/// #if !MOBILE
|
||||
mergePluginHotkey(plugin);
|
||||
plugin.statusBarIcons.forEach(element => {
|
||||
const statusElement = document.getElementById("status")
|
||||
const statusElement = document.getElementById("status");
|
||||
if (element.getAttribute("data-position") === "right") {
|
||||
statusElement.insertAdjacentElement("beforeend", element);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue