typo causing underline to not be marked as active

This commit is contained in:
Miodec 2022-01-08 16:39:30 +01:00
parent a0aac5c2ea
commit 026300dd36

View file

@ -1183,7 +1183,7 @@ let commandsCaretStyle = {
{
id: "setCaretStyleUnderline",
display: "underline",
configValue: "underliner",
configValue: "underline",
exec: () => {
UpdateConfig.setCaretStyle("underline");
},