Skip to content

Commit

Permalink
remove window.focud() to enable dialog to work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Nov 21, 2024
1 parent 4b3bc21 commit 6783ea6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ const container = document.getElementById("app");
if (container) {
const root = createRoot(container);

window.addEventListener("load", () => {
window.focus();
});

root.render(<App />);
}

0 comments on commit 6783ea6

Please sign in to comment.