From 1ad7ec8803b2bb2d140a772698120758e98a7656 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 8 Mar 2025 17:39:17 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/14298 --- app/src/protyle/toolbar/Font.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/protyle/toolbar/Font.ts b/app/src/protyle/toolbar/Font.ts index 34c973a08..fbf6c6f67 100644 --- a/app/src/protyle/toolbar/Font.ts +++ b/app/src/protyle/toolbar/Font.ts @@ -355,7 +355,6 @@ export const setFontStyle = (textElement: HTMLElement, textOption: ITextOption) break; case "inline-memo": textElement.removeAttribute("contenteditable"); - textElement.removeAttribute("data-subtype"); textElement.removeAttribute("data-content"); break; }