mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
1fb7187936
commit
e54d8f1a4d
3 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ export const loadPlugins = async (app: App) => {
|
|||
css += item.css || "" + "\n";
|
||||
});
|
||||
const styleElement = document.createElement("style");
|
||||
styleElement.id = "pluginsStyle"
|
||||
styleElement.id = "pluginsStyle";
|
||||
styleElement.textContent = css;
|
||||
document.head.append(styleElement);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue