Skip to content

Commit

Permalink
Allow typing over automatically-inserted closing symbols in Monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Feb 10, 2025
1 parent 83d5026 commit 8d359da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/frontend/editor/MonacoEditorCore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const MonacoEditorCore: React.FC<CommonEditorProps> = (props) => {
fontFamily: nodeStyle.fontFamily,
automaticLayout: true,
'semanticHighlighting.enabled': true,
autoClosingOvertype: 'always',
});
setEditor(editor);

Expand Down

0 comments on commit 8d359da

Please sign in to comment.