We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9afb7f commit 91d0beaCopy full SHA for 91d0bea
1 file changed
src/components/public/NotesBrowser.tsx
@@ -114,7 +114,7 @@ export default function NotesBrowser() {
114
syncState();
115
}, [searchParams, departments]);
116
117
- // Auto-scroll to content when Subject or General Materials is selected
+ // Auto-scroll to content when Subject is selected
118
useEffect(() => {
119
if (selectedSub && !loading) {
120
const element = document.getElementById("notes-content");
0 commit comments