mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 04:40:15 +01:00
🎨 数据库表头为空
This commit is contained in:
parent
29d959c18c
commit
9867e3ff0a
3 changed files with 2 additions and 8 deletions
|
|
@ -212,7 +212,7 @@ export class MenuItem {
|
|||
if (options.element) {
|
||||
this.element.append(options.element);
|
||||
} else {
|
||||
let html = `<span class="b3-menu__label">${options.label}</span>`;
|
||||
let html = `<span class="b3-menu__label">${options.label || " "}</span>`;
|
||||
if (typeof options.iconHTML === "string") {
|
||||
html = options.iconHTML + html;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue