don't scroll to view on click, seems jaring

This commit is contained in:
dekzter 2025-03-28 15:27:10 -04:00
parent fa3af5ed6d
commit 4b5235ae5d

View file

@ -180,11 +180,6 @@ export default function TVChannelGuide({ startDate, endDate }) {
// On program click, open the details modal
function handleProgramClick(program, event) {
// Optionally scroll that element into view or do something else
event.currentTarget.scrollIntoView({
behavior: 'smooth',
inline: 'center',
});
setSelectedProgram(program);
}