We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec3829 commit d57dc8fCopy full SHA for d57dc8f
frontend/degree-plan/components/FourYearPlan/PlanPanel.tsx
@@ -94,12 +94,8 @@ const PlanPanel = ({
94
if (!currentSemester) return;
95
96
const attemptScroll = () => {
97
- console.log(semesterRefs);
98
- console.log(semesterRefs?.current);
99
const target = semesterRefs?.current?.[currentSemester];
100
- console.log("target", target);
101
if (target) {
102
- console.log("scrolling to", target);
103
target.scrollIntoView({ behavior: 'smooth', block: 'center', inline: 'center' });
104
}
105
};
0 commit comments