We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d5026 commit 8d359daCopy full SHA for 8d359da
ui/frontend/editor/MonacoEditorCore.tsx
@@ -73,6 +73,7 @@ const MonacoEditorCore: React.FC<CommonEditorProps> = (props) => {
73
fontFamily: nodeStyle.fontFamily,
74
automaticLayout: true,
75
'semanticHighlighting.enabled': true,
76
+ autoClosingOvertype: 'always',
77
});
78
setEditor(editor);
79
0 commit comments