File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const mergeModifiedLines = ref(true)
1515const maxChangeRatio = ref (0.45 )
1616const maxDiffDistance = ref (30 )
1717const inlineMaxCharEdits = ref (2 )
18- const wordWrap = ref (false )
18+ const wordWrap = ref (true )
1919const showOptions = ref (false )
2020const loading = ref (true )
2121const loadError = ref <Error | null >(null )
Original file line number Diff line number Diff line change @@ -394,7 +394,9 @@ useSeoMeta({
394394 <option value =" removed" >Removed ({{ compare.stats.filesRemoved }})</option >
395395 <option value =" modified" >Modified ({{ compare.stats.filesModified }})</option >
396396 </select >
397- <span class =" i-carbon-chevron-right w-3.5 h-3.5 transition-transform group-open:rotate-90" />
397+ <span
398+ class =" i-carbon-chevron-right w-3.5 h-3.5 transition-transform group-open:rotate-90"
399+ />
398400 </span >
399401 </summary >
400402
You can’t perform that action at this time.
0 commit comments