mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🚨
This commit is contained in:
parent
bd39662215
commit
cb4cadd2bd
3 changed files with 3 additions and 3 deletions
|
|
@ -941,7 +941,7 @@ export const bazaar = {
|
|||
bazaar._data.plugins = response.data.packages;
|
||||
});
|
||||
} else if (type === "downloaded") {
|
||||
const bazaarType = inputElement.parentElement.parentElement.querySelector(".b3-button:not(.b3-button--outline)").getAttribute("data-type").replace("my", "").toLowerCase() + "s" as TBazaarType
|
||||
const bazaarType = inputElement.parentElement.parentElement.querySelector(".b3-button:not(.b3-button--outline)").getAttribute("data-type").replace("my", "").toLowerCase() + "s" as TBazaarType;
|
||||
this._genMyHTML(bazaarType, app);
|
||||
}
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue