mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
allow autoheight of library header
This commit is contained in:
@@ -32,7 +32,7 @@ export const NativeScrollArea = forwardRef(
|
||||
current: pageHeaderProps?.target?.current,
|
||||
});
|
||||
|
||||
const scrollHandlerRef = useRef<number | null>(null);
|
||||
const scrollHandlerRef = useRef<null | number>(null);
|
||||
|
||||
const [initialize] = useOverlayScrollbars({
|
||||
defer: false,
|
||||
|
||||
Reference in New Issue
Block a user