We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a9b2c commit 597116aCopy full SHA for 597116a
2 files changed
apps/docs/app/diff-examples/Annotations/Annotations.tsx
@@ -117,7 +117,6 @@ export function Annotations({ prerenderedDiff }: AnnotationsProps) {
117
enableLineSelection: !hasOpenCommentForm,
118
enableHoverUtility: !hasOpenCommentForm,
119
onLineSelectionEnd: handleLineSelectionEnd,
120
- disableLineNumbers: true,
121
}}
122
renderHoverUtility={renderHoverUtility}
123
lineAnnotations={annotations}
apps/docs/app/diff-examples/Annotations/constants.ts
@@ -71,7 +71,6 @@ def verify_token(token: str) -> Optional[dict]:
71
theme: 'pierre-dark',
72
diffStyle: 'unified',
73
unsafeCSS: CustomScrollbarCSS,
74
75
},
76
annotations: [
77
{
0 commit comments