Skip to content

Commit

Permalink
[Editor] Update highlight cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Jan 29, 2024
1 parent 56dabe9 commit 3ca71d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/annotation_editor_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
--editorHighlight-editing-cursor: url(images/cursor-editorTextHighlight.svg)
23 23,
text;
--editorFreeHighlight-editing-cursor: url(images/toolbarButton-editorHighlight.svg)
--editorFreeHighlight-editing-cursor: url(images/cursor-editorFreeHighlight.svg)
0 16,
pointer;
}
Expand Down
2 changes: 1 addition & 1 deletion web/app_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const defaultOptions = {
// in Firefox release, but it has to be temporary.
// TODO: remove it when unnecessary.
/** @type {boolean} */
value: typeof PDFJSDev === "undefined" || PDFJSDev.test("TESTING"),
value: true, //typeof PDFJSDev === "undefined" || PDFJSDev.test("TESTING"),

Check failure on line 138 in web/app_options.js

View workflow job for this annotation

GitHub Actions / Lint (lts/*)

Expected space or tab after '//' in comment
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
},
enablePermissions: {
Expand Down
4 changes: 4 additions & 0 deletions web/images/cursor-editorFreeHighlight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions web/images/cursor-editorTextHighlight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ca71d8

Please sign in to comment.