diff --git a/src/snek/templates/web.html b/src/snek/templates/web.html
index 55a48e0..3b25001 100644
--- a/src/snek/templates/web.html
+++ b/src/snek/templates/web.html
@@ -277,7 +277,7 @@
updateLayout(true);
setTimeout(() => {
getInputField().focus();
- }
+ },500)
}
}