Skip to content

Commit 4d9df9a

Browse files
authored
1 parent c4a3616 commit 4d9df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/widget/diffEditorWidget2/diffEditorEditors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ export class DiffEditorEditors extends Disposable {
159159
} else if (ariaLabel) {
160160
return ariaLabel.replaceAll(ariaNavigationTip, '');
161161
}
162-
return undefined;
162+
return '';
163163
}
164164
}

0 commit comments

Comments
 (0)