mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
This commit is contained in:
parent
4433372bee
commit
dee62cfbca
1 changed files with 1 additions and 1 deletions
|
|
@ -33,8 +33,8 @@ export const loadPlugins = async (app: App, names?: string[]) => {
|
|||
response.data.forEach((item: IPluginData) => {
|
||||
if (!names || (names && names.includes(item.name))) {
|
||||
loadPluginJS(app, item);
|
||||
insertPluginCSS(item, pluginsStyle);
|
||||
}
|
||||
insertPluginCSS(item, pluginsStyle);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue