Skip to content

Commit

Permalink
Remove return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Feb 3, 2025
1 parent d13ac31 commit 90d4672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/focus-trap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ export function focusTrap(
setTimeout(() => {
focusTarget.focus()
}, delay)

return
}

focusTarget.focus()
Expand Down

0 comments on commit 90d4672

Please sign in to comment.