mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
don't scroll to view on click, seems jaring
This commit is contained in:
parent
fa3af5ed6d
commit
4b5235ae5d
1 changed files with 0 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue