We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f00fa commit 14a95d7Copy full SHA for 14a95d7
1 file changed
src/components/post/sticky-post-header.tsx
@@ -17,8 +17,6 @@ export function StickyPostHeader({ title, onBack }: StickyPostHeaderProps) {
17
);
18
const sentinelRef = useRef<HTMLDivElement>(null);
19
20
- console.log(progress);
21
-
22
const getScrollWrapper = useCallback(() => {
23
return document.getElementById("content-wrapper");
24
}, []);
0 commit comments