We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ecb7b commit 85afc7cCopy full SHA for 85afc7c
packages/test-case-component/src/helpers.ts
@@ -92,7 +92,7 @@ function getMarkDecorations({
92
}): DecorationItem[] {
93
const decorations: DecorationItem[] = [];
94
95
- Object.entries(marks || {}).forEach(([key, { start, end }]) => {
+ Object.entries(marks || {}).forEach(([key, { start }]) => {
96
const [hatType, letter] = key.split(".") as [keyof typeof classesMap, string];
97
98
const markLineStart = start.line
0 commit comments