Remove the deprecated PDFLinkService.navigateTo
-method (PR 12440 follow-up)
This method has been deprecated in two releases now, hence we shouldn't need to keep this code around.
This commit is contained in:
parent
b2758c3023
commit
92ec10bfca
@ -107,16 +107,6 @@ class PDFLinkService {
|
||||
this.pdfViewer.pagesRotation = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
navigateTo(dest) {
|
||||
console.error(
|
||||
"Deprecated method: `navigateTo`, use `goToDestination` instead."
|
||||
);
|
||||
this.goToDestination(dest);
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user