Skip to content

Commit

Permalink
Disable CodeMirror's inline changes highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
VasylMarchuk committed Sep 19, 2024
1 parent f4e6419 commit 68961e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/code-mirror.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const OPTION_HANDLERS: OptionHandlersSignature = {
original: originalDocument,
mergeControls: !!mergeControls,
collapseUnchanged: collapseUnchanged ? { margin: 3, minSize: 4 } : undefined,
highlightChanges: true,
highlightChanges: false,
syntaxHighlightDeletions: true,
}),
]
Expand Down

0 comments on commit 68961e7

Please sign in to comment.