diff --git a/app/src/menus/commonMenuItem.ts b/app/src/menus/commonMenuItem.ts index f83f9c2591a..e7ec9dd46dc 100644 --- a/app/src/menus/commonMenuItem.ts +++ b/app/src/menus/commonMenuItem.ts @@ -225,7 +225,7 @@ export const openFileAttr = (attrs: IObject, focusName = "bookmark", protyle?: I ${notifyHTML} -
+
${customHTML}
diff --git a/app/src/protyle/render/av/blockAttr.ts b/app/src/protyle/render/av/blockAttr.ts index bec5f4c2ef0..8138658d808 100644 --- a/app/src/protyle/render/av/blockAttr.ts +++ b/app/src/protyle/render/av/blockAttr.ts @@ -76,7 +76,7 @@ export const renderAVAttribute = (element: HTMLElement, id: string, protyle?: IP avID: string avName: string }) => { - html += ``; }); + html += "
"; }); element.innerHTML = html; element.addEventListener("click", (event) => {