1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 02:49:20 +00:00

highlight text in focused text input

This commit is contained in:
EmeraldBlock 2021-07-02 20:31:23 -05:00
parent 2651e65c08
commit 7983400430

View File

@ -124,6 +124,7 @@ export class FormElementInput extends FormElement {
focus() {
this.element.focus();
this.element.select();
}
}