Merge branch 'dev' into feature-document-versions-1218

This commit is contained in:
shamoon
2026-02-13 08:40:20 -08:00
20 changed files with 78 additions and 212 deletions

View File

@@ -150,4 +150,8 @@
position: absolute;
inset: 0;
pointer-events: none;
& .annotationTextContent {
opacity: 0;
}
}

View File

@@ -231,6 +231,7 @@ export class DocumentDetailComponent
title: string
titleSubject: Subject<string> = new Subject()
previewUrl: string
pdfSource?: PdfSource
thumbUrl: string
previewText: string
previewLoaded: boolean = false