From 74b49550e1305d95933bc9793472b42d13f2dce6 Mon Sep 17 00:00:00 2001 From: Jesse Hufstetler Date: Wed, 4 Sep 2024 17:16:54 -0400 Subject: [PATCH] yer makin him lose his focus --- ToDoDynalistApp.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ToDoDynalistApp.html b/ToDoDynalistApp.html index 8035b03..21f5ab1 100644 --- a/ToDoDynalistApp.html +++ b/ToDoDynalistApp.html @@ -113,7 +113,7 @@ function redrawGrid() { var newInnerHtml = ``; newInnerHtml += ``; - newInnerHtml += ``; + newInnerHtml += ``; newInnerHtml += ``; var nowStamp = new Date().getTime(); for (const toDo of toDos) { @@ -138,6 +138,7 @@ } newInnerHtml += `
`; document.getElementById("output").innerHTML = newInnerHtml; + document.getElementById("addyBox").focus(); } ///////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////