diff --git a/src/index.tsx b/src/index.tsx index 051716a..43f9008 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -8,9 +8,5 @@ const container = document.getElementById("app"); if (container) { const root = createRoot(container); - window.addEventListener("load", () => { - window.focus(); - }); - root.render(); }