mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
editor/Editor: drop unused argument
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user