mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Make scrolling easier on mobile (#67)
This commit is contained in:
@@ -38,6 +38,7 @@ export default function TournamentTable() {
|
||||
const tournamentRow = document.getElementById(
|
||||
debouncedHoveredMapTournamentId
|
||||
);
|
||||
|
||||
tournamentRow?.scrollIntoView({ behavior: "smooth" });
|
||||
}, [debouncedHoveredMapTournamentId]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user