Skip to content

Commit

Permalink
python is default
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuqi7813 committed Dec 21, 2024
1 parent 5d55ed0 commit fc1af1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/CollaborativeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ export default function CollaborativeEditor({ roomId }: CollaborativeEditorProps
<div className="w-full h-[600px]">
<MonacoEditor
height="100%"
language="javascript"
language="python"
theme="vs-dark"
value={editorContent}
onChange={handleEditorChange}
options={{
readOnly: isReadOnly,
wordWrap: 'on',
minimap: { enabled: false }
minimap: { enabled: false },
}}
onMount={handleEditorDidMount}
/>
Expand Down

0 comments on commit fc1af1d

Please sign in to comment.