Skip to content

Commit 510acf8

Browse files
davidagustinclaude
andcommitted
fix: enable line numbers in drill mode code editor
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 714ab58 commit 510acf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/[language]/drill/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ function DrillPhaseComponent({
878878
language={currentProblem.sourceLanguage}
879879
height={120}
880880
minHeight={120}
881-
lineNumbers={false}
881+
lineNumbers={true}
882882
autoFocus
883883
onSubmitShortcut={handleSubmit}
884884
className="border-zinc-700"

0 commit comments

Comments
 (0)