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:
@@ -124,6 +124,7 @@ export class FormElementInput extends FormElement {
|
||||
|
||||
focus() {
|
||||
this.element.focus();
|
||||
this.element.select();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user