mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
This commit is contained in:
parent
0770b160ff
commit
13e9680d18
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ export const bazaar = {
|
|||
|
||||
const allCount = response.data.themes.length + response.data.icons.length + response.data.widgets.length + response.data.plugins.length + response.data.templates.length
|
||||
if (allCount === 0) {
|
||||
this.element.querySelector('[data-type="downloaded-update"]').innerHTML = "";
|
||||
return;
|
||||
}
|
||||
this.element.querySelector('[data-type="downloaded-update"]').innerHTML = `<div class="fn__flex config-bazaar__title">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue