Various tweaks about AP types
This commit is contained in:
parent
1f36348021
commit
51bfc4bd30
4 changed files with 8 additions and 2 deletions
|
@ -50,3 +50,7 @@ files.addEventListener("change", function(e) {
|
|||
alts.appendChild(p);
|
||||
}
|
||||
});
|
||||
// Focus at the end of the textarea
|
||||
const end = ta.value.length;
|
||||
ta.setSelectionRange(end, end);
|
||||
ta.focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue