Skip to content

Commit eb7620b

Browse files
committed
Fix edit disabled
1 parent 742aa13 commit eb7620b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/presentation/components/CodeEditor/CodeEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ const CodeEditor: React.FC<CodeEditorProps> = ({ roomId }) => {
9595
minimap: { enabled: false },
9696
scrollbar: { verticalScrollbarSize: 4 },
9797
formatOnPaste: true,
98-
automaticLayout: false // Disable automatic layout
9998
}}
10099
/>
101100
</div>

0 commit comments

Comments
 (0)