mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
6dd6d7401a
commit
1e3ca6bcde
3 changed files with 10 additions and 3 deletions
|
|
@ -730,7 +730,7 @@ export const bazaar = {
|
|||
this._genMyHTML(bazaarType, app);
|
||||
bazaar._onBazaar(response, bazaarType, ["themes", "icons"].includes(bazaarType));
|
||||
if (bazaarType === "plugins") {
|
||||
uninstall(app, packageName);
|
||||
uninstall(app, packageName, true);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue