This commit is contained in:
Родитель
946731a8d5
Коммит
b1bd3f20f0
|
@ -61,7 +61,7 @@ import { ContentSize } from 'azure-devops-ui/Callout'
|
|||
if (startLine === undefined) return undefined // tryOr fallthrough.
|
||||
|
||||
startColumn = Math.max(0, startColumn - 1 - minLeadingWhitespace)
|
||||
endLine -= contextRegion.startLine
|
||||
endLine -= contextRegion.startLine ?? 0
|
||||
endColumn = Math.max(0, endColumn - minLeadingWhitespace)
|
||||
|
||||
// Insert start stop markers.
|
||||
|
|
Загрузка…
Ссылка в новой задаче