1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Highlight focused text inputs, Show old signal (#1255)

* provide previous key when editing signal

* highlight text in focused text input
This commit is contained in:
Emerald Block
2021-08-04 05:19:58 -05:00
committed by GitHub
parent c11f571dd2
commit 0a15958af9
2 changed files with 3 additions and 1 deletions

View File

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