Skip to content

Commit 8d359da

Browse files
committed
Allow typing over automatically-inserted closing symbols in Monaco
1 parent 83d5026 commit 8d359da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/frontend/editor/MonacoEditorCore.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const MonacoEditorCore: React.FC<CommonEditorProps> = (props) => {
7373
fontFamily: nodeStyle.fontFamily,
7474
automaticLayout: true,
7575
'semanticHighlighting.enabled': true,
76+
autoClosingOvertype: 'always',
7677
});
7778
setEditor(editor);
7879

0 commit comments

Comments
 (0)