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 742aa13 commit eb7620bCopy full SHA for eb7620b
frontend/src/presentation/components/CodeEditor/CodeEditor.tsx
@@ -95,7 +95,6 @@ const CodeEditor: React.FC<CodeEditorProps> = ({ roomId }) => {
95
minimap: { enabled: false },
96
scrollbar: { verticalScrollbarSize: 4 },
97
formatOnPaste: true,
98
- automaticLayout: false // Disable automatic layout
99
}}
100
/>
101
</div>
0 commit comments