Skip to content

Commit c1216ca

Browse files
Update CodeMirror to v6 (#784)
Co-authored-by: lbwexler <lbwexler@xh.io>
1 parent 49e7cde commit c1216ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-app/src/desktop/tabs/other/JsxPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function renderCode(value: string) {
5959
width: null,
6060
height: null,
6161
readonly: true,
62-
mode: 'application/javascript',
62+
language: 'js',
6363
value: value.trim()
6464
});
6565
}

0 commit comments

Comments
 (0)