Remove now optional property

This commit is contained in:
tidy-dev 2022-02-08 13:07:42 -05:00
parent 1f1e1f9012
commit 77ffaa97b3

View file

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