Keep focus on new step field when pressing add

This commit is contained in:
2025-08-15 15:37:20 +12:00
parent a9e4d5fb50
commit fbef074912

View File

@@ -95,6 +95,7 @@ function addStep() {
renderSteps()
stepInput.value = ''
stepAddButton.disabled = true
stepInput.focus()
}
function renderSteps() {