We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bcde3 commit 76525acCopy full SHA for 76525ac
mode/cobol/index.html
@@ -193,7 +193,7 @@ <h2>COBOL mode</h2>
193
function selectFontsize() {
194
var fontSizeInput = document.getElementById("selectFontSize");
195
var fontSize = fontSizeInput.options[fontSizeInput.selectedIndex].innerHTML;
196
- editor.getWrapperElement().style["font-size"] = fontSize;
+ editor.getWrapperElement().style.fontSize = fontSize;
197
editor.refresh();
198
}
199
function selectReadOnly() {
0 commit comments