diff --git a/apps/client/src/widgets/sidebar/PdfPages.tsx b/apps/client/src/widgets/sidebar/PdfPages.tsx index df216b79e..014001875 100644 --- a/apps/client/src/widgets/sidebar/PdfPages.tsx +++ b/apps/client/src/widgets/sidebar/PdfPages.tsx @@ -16,7 +16,7 @@ export default function PdfPages() { return ( - + ); } @@ -80,6 +80,8 @@ function PdfPageItem({ pageNumber: number; isActive: boolean; thumbnail?: string; + onRequestThumbnail(page: number): void; + onPageClick(): void; }) { const hasRequested = useRef(false);