mirror of
https://github.com/documenso/documenso.git
synced 2026-08-24 15:22:26 +10:00
Merge branch 'main' into feat/acroform-field-import
This commit is contained in:
@@ -231,7 +231,7 @@ export default function PDFViewer({
|
||||
|
||||
type VirtualizedPageListProps = {
|
||||
scrollParentRef: ScrollTarget;
|
||||
constraintRef: React.RefObject<HTMLDivElement>;
|
||||
constraintRef: React.RefObject<HTMLDivElement | null>;
|
||||
pages: PageMeta[];
|
||||
numPages: number;
|
||||
pdf: pdfjsLib.PDFDocumentProxy;
|
||||
|
||||
Reference in New Issue
Block a user