This commit is contained in:
Vanessa 2024-01-26 17:58:02 +08:00
parent 1e4bb45540
commit 3f6aec2775
10 changed files with 48 additions and 51 deletions

View file

@ -280,7 +280,7 @@ export const openFileAttr = (attrs: IObject, focusName = "bookmark", protyle?: I
window.siyuan.menus.menu.remove();
if (response.data.length === 0) {
window.siyuan.menus.menu.append(new MenuItem({
iconHTML: Constants.ZWSP,
iconHTML: "",
label: window.siyuan.languages.emptyContent,
type: "readonly",
}).element);