We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6331b73 commit 18d9a3bCopy full SHA for 18d9a3b
1 file changed
assets/js/app.js
@@ -111,6 +111,7 @@ class Choosealicense {
111
textarea.style.left = '-9999px';
112
document.body.appendChild(textarea);
113
114
+ textarea.focus();
115
textarea.select();
116
textarea.setSelectionRange(0, textarea.value.length);
117
0 commit comments