Skip to content

Commit

Permalink
fix: mobile input focus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Mar 13, 2024
1 parent ca2f26d commit 7043a38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/clash_resolver/TimetableClashResolver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export default function TimetableClashResolver() {
inputRef.current.scrollIntoView({
behavior: 'smooth'
});
inputRef.current.focus();
}, 400);

return () => clearTimeout(id);
Expand Down

0 comments on commit 7043a38

Please sign in to comment.