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 dadd3b3 commit f9fe569Copy full SHA for f9fe569
frontend/src/app/components/collab/CodingComponent.tsx
@@ -63,7 +63,7 @@ export default function CodingComponent() {
63
theme="vs-dark"
64
language={selectedLanguage.toLowerCase()}
65
onChange={(value) => setInitialContent(value)}
66
- options={{scrollBeyondLastLine: false}}
+ options={{ scrollBeyondLastLine: false }}
67
></Editor>
68
</div>
69
);
0 commit comments