aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-common.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/repo-common.js')
-rw-r--r--web_src/js/features/repo-common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/features/repo-common.js b/web_src/js/features/repo-common.js
index 1cf67401be..ee0da03005 100644
--- a/web_src/js/features/repo-common.js
+++ b/web_src/js/features/repo-common.js
@@ -67,7 +67,7 @@ export function initRepoCloneLink() {
window.updateCloneStates();
});
- $inputLink.on('click', () => {
+ $inputLink.on('focus', () => {
$inputLink.select();
});
}