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.
CodeMirror
1 parent 49e7cde commit c1216caCopy full SHA for c1216ca
1 file changed
client-app/src/desktop/tabs/other/JsxPanel.tsx
@@ -59,7 +59,7 @@ function renderCode(value: string) {
59
width: null,
60
height: null,
61
readonly: true,
62
- mode: 'application/javascript',
+ language: 'js',
63
value: value.trim()
64
});
65
}
0 commit comments