Skip to content

Commit c3f53b4

Browse files
committed
🚨
1 parent 23dabc9 commit c3f53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/protyle/toolbar/Font.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const appearanceMenu = (protyle: IProtyle, nodeElements?: Element[]) => {
219219
fontSizePXElement.parentElement.setAttribute("aria-label", fontSizePXElement.value + "px");
220220
});
221221
fontSizeEMElement.addEventListener("input", function () {
222-
fontSizeEMElement.parentElement.setAttribute("aria-label", (parseFloat(fontSizeEMElement.value) * 100).toFixed(0) + "%")
222+
fontSizeEMElement.parentElement.setAttribute("aria-label", (parseFloat(fontSizeEMElement.value) * 100).toFixed(0) + "%");
223223
});
224224
return element;
225225
};

0 commit comments

Comments
 (0)