mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 13:08:06 +01:00
This commit is contained in:
parent
b11e0af08d
commit
7154879ddc
3 changed files with 13 additions and 7 deletions
|
|
@ -846,7 +846,7 @@ export const bazaar = {
|
|||
bazaar.element.querySelectorAll("#configBazaarDownloaded .b3-card").forEach(item => {
|
||||
item.classList.remove("b3-card--disabled");
|
||||
});
|
||||
loadPlugins(app).then(() => {
|
||||
loadPlugins(app, null, false).then(() => {
|
||||
app.plugins.forEach(item => {
|
||||
afterLoadPlugin(item);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue