Skip to content

Commit 597116a

Browse files
committed
Undo that
1 parent f9a9b2c commit 597116a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

apps/docs/app/diff-examples/Annotations/Annotations.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export function Annotations({ prerenderedDiff }: AnnotationsProps) {
117117
enableLineSelection: !hasOpenCommentForm,
118118
enableHoverUtility: !hasOpenCommentForm,
119119
onLineSelectionEnd: handleLineSelectionEnd,
120-
disableLineNumbers: true,
121120
}}
122121
renderHoverUtility={renderHoverUtility}
123122
lineAnnotations={annotations}

apps/docs/app/diff-examples/Annotations/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def verify_token(token: str) -> Optional[dict]:
7171
theme: 'pierre-dark',
7272
diffStyle: 'unified',
7373
unsafeCSS: CustomScrollbarCSS,
74-
disableLineNumbers: true,
7574
},
7675
annotations: [
7776
{

0 commit comments

Comments
 (0)