Skip to content

Commit 4f67fa0

Browse files
authored
Update web_src/js/features/repo-common.ts
1 parent 6be4fc7 commit 4f67fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function initCloneSchemeUrlSelection(parent: Element) {
6262
scheme = 'https';
6363
}
6464

65-
// Fallbacks if the scheme preference is not available in the tabs.
65+
// Fallbacks if the scheme preference is not available in the tabs, for example: empty repo page, there are only HTTPS and SSH
6666
if (scheme === 'tea' && !tabTea) {
6767
scheme = 'https';
6868
}

0 commit comments

Comments
 (0)