+
@@ -1423,7 +1423,7 @@ export class Toolbar {
}, (response) => {
let html = "";
response.data.forEach((item: { hName: string, path: string }, index: number) => {
- html += `
${item.hName}
`;
+ html += `
`;
});
if (html === "") {
html = `
${window.siyuan.languages.emptyContent}`;
@@ -1431,7 +1431,7 @@ export class Toolbar {
this.subElement.style.width = "";
this.subElement.style.padding = "";
this.subElement.innerHTML = `
-
+
diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts
index 5d510dc8c..9596cacd6 100644
--- a/app/src/protyle/wysiwyg/index.ts
+++ b/app/src/protyle/wysiwyg/index.ts
@@ -823,7 +823,7 @@ export class WYSIWYG {
}).element);
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
window.siyuan.menus.menu.append(new MenuItem({
- label: window.siyuan.languages.remove,
+ label: window.siyuan.languages.clear,
icon: "iconTrashcan",
click() {
if (tableBlockElement) {