We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b5b13e + 097809a commit bb65f3dCopy full SHA for bb65f3d
1 file changed
src/components/post/sticky-post-header.tsx
@@ -16,7 +16,6 @@ export function StickyPostHeader({ title, onBack }: StickyPostHeaderProps) {
16
null,
17
);
18
const sentinelRef = useRef<HTMLDivElement>(null);
19
-
20
const getScrollWrapper = useCallback(() => {
21
return document.getElementById("content-wrapper");
22
}, []);
0 commit comments