nodata ui changes
This commit is contained in:
parent
1185ebd030
commit
fe9571c466
10 changed files with 86 additions and 79 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export class UI {
|
||||
constructor() {
|
||||
document.addEventListener('keydown', evt=>this.keyHandler(evt))
|
||||
document.querySelector('input[name="name"]').focus()
|
||||
document.querySelector('input[name="group"]').focus()
|
||||
}
|
||||
keyHandler(evt) {
|
||||
if (!(evt.altKey && evt.shiftKey))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue