Keep focus on new step field when pressing add
This commit is contained in:
parent
a9e4d5fb50
commit
fbef074912
@ -95,6 +95,7 @@ function addStep() {
|
|||||||
renderSteps()
|
renderSteps()
|
||||||
stepInput.value = ''
|
stepInput.value = ''
|
||||||
stepAddButton.disabled = true
|
stepAddButton.disabled = true
|
||||||
|
stepInput.focus()
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderSteps() {
|
function renderSteps() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user