diff --git a/index.js b/index.js index 30ff038..21f490f 100644 --- a/index.js +++ b/index.js @@ -97,6 +97,7 @@ async function write() { for (const letter of query.search) { await new Promise(resolve => setTimeout(resolve, Math.random() * 200 + 100)) input.value += letter + input.scrollLeft = input.scrollWidth } }