Docs say use "null"

This commit is contained in:
tidy-dev 2022-02-08 13:21:56 -05:00
parent 2e4ff14c5f
commit dbf1034c1d

View file

@ -700,6 +700,7 @@ export class AuthorInput extends React.Component<IAuthorInputProps, {}> {
const CodeMirrorOptions: EditorConfiguration & {
hintOptions: any
} = {
mode: 'null',
lineWrapping: true,
extraKeys: {
Tab: false,