search-progress
This commit is contained in:
parent
374de0a3de
commit
34c0268f62
@ -110,6 +110,10 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges {
|
||||
}
|
||||
});
|
||||
|
||||
instance.docViewer.on('searchInProgress', (inProgress) => {
|
||||
console.log(inProgress);
|
||||
});
|
||||
|
||||
instance.docViewer.on('pageNumberUpdated', (p) => {
|
||||
if (this.shouldDeselectAnnotationsOnPageChange) {
|
||||
this.instance.annotManager.deselectAllAnnotations();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user