We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb5faf commit ebeb8a2Copy full SHA for ebeb8a2
src/components/view/view-event-list.tsx
@@ -926,11 +926,6 @@ export class ViewEventList extends React.Component<ViewEventListProps> {
926
// If the selected event changed and we have a selected event, scroll to it
927
// This handles restoring the selected event when returning to the tab
928
this.scrollToEvent(this.props.selectedEvent);
929
- } else if (prevProps.filteredEvents.length !== this.props.filteredEvents.length) {
930
- // If the filtered events changed (e.g., new events loaded), try to restore scroll position
931
- setTimeout(() => {
932
- this.restoreScrollPosition();
933
- }, 50);
934
}
935
936
0 commit comments