Skip to content

Commit

Permalink
enable pdfjs
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Nov 15, 2023
1 parent c316914 commit 27ffda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type ContentLeftPanelOptions = {
defaultToTreeEnabled: boolean;
/** Number of items to default to tree view */
defaultToTreeIfGreaterThan: number;
/** Number of items to elide */
/** Number of characters to elide at */
elideCount: number;
/** Determines if full expansion is enabled */
expandFullEnabled: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"theme": "uv-en-GB-theme",
"tokenStorage": "session",
"useArrowKeysToNavigate": false,
"usePdfJs": true,
"zoomToSearchResultEnabled": true
},
"modules": {
Expand Down

0 comments on commit 27ffda3

Please sign in to comment.