editor/Editor: drop unused argument

This commit is contained in:
David Lechner
2022-03-25 16:26:56 -05:00
parent 08abd5d277
commit 2be1c26f82
+1 -1
View File
@@ -165,7 +165,7 @@ const Editor: React.VoidFunctionComponent<EditorProps> = ({ onEditorChanged }) =
contextmenu: false,
rulers: [80],
}}
editorDidMount={(editor, _monaco) => {
editorDidMount={(editor) => {
const subscriptions = new Array<IDisposable>();
// FIXME: editor does not respond to changes in i18n
subscriptions.push(