mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-12 10:59:23 +00:00
highlight text in focused text input
This commit is contained in:
parent
2651e65c08
commit
7983400430
@ -124,6 +124,7 @@ export class FormElementInput extends FormElement {
|
||||
|
||||
focus() {
|
||||
this.element.focus();
|
||||
this.element.select();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user