diff --git a/app/src/config/editor.ts b/app/src/config/editor.ts index 3afdab74e..de55decdf 100644 --- a/app/src/config/editor.ts +++ b/app/src/config/editor.ts @@ -361,7 +361,7 @@ export const editor = { let fontFamilyHTML = ``; fetchPost("/api/system/getSysFonts", {}, (response) => { response.data.forEach((item: string) => { - fontFamilyHTML += ``; + fontFamilyHTML += ``; }); fontFamilyElement.innerHTML = fontFamilyHTML; });