From 7a9964f9e2378fa51f5fc08ab3a042735913a470 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 3 Jan 2023 11:04:49 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/6972 --- app/src/protyle/toolbar/Font.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/protyle/toolbar/Font.ts b/app/src/protyle/toolbar/Font.ts index 4ad57c366..0d7de4983 100644 --- a/app/src/protyle/toolbar/Font.ts +++ b/app/src/protyle/toolbar/Font.ts @@ -56,10 +56,10 @@ export const fontMenu = (protyle: IProtyle) => { const lastFontStatus = item.split(Constants.ZWSP); switch (lastFontStatus[0]) { case "color": - lastColorHTML += ``; + lastColorHTML += ``; break; case "backgroundColor": - lastColorHTML += ``; + lastColorHTML += ``; break; case "style2": lastColorHTML += ``;