Skip to content

Commit c14f937

Browse files
feat: Add SearchController for PDF text searching and highlighting functionality.
1 parent d867d77 commit c14f937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewer/js/search_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class SearchController {
116116
const textLayer = this.activeTextLayer || document.getElementById("text");
117117

118118
let currentPage = this.activePage;
119-
if (typeof channel !== 'undefined' && channel.getPage()) {
119+
if (typeof channel !== "undefined" && channel.getPage()) {
120120
currentPage = channel.getPage();
121121
}
122122

0 commit comments

Comments
 (0)