Skip to content

Commit

Permalink
[edition] Add a FreeText editor (mozilla#14970)
Browse files Browse the repository at this point in the history
- add a basic UI to edit some text in a pdf;
- an editor can be moved, suppressed, cut, copied, pasted, selected;
- add an undo/redo manager.
  • Loading branch information
calixteman committed Jun 1, 2022
1 parent 1ac33c9 commit 47a78db
Show file tree
Hide file tree
Showing 21 changed files with 1,820 additions and 4 deletions.
4 changes: 4 additions & 0 deletions extensions/chromium/preferences_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
],
"default": 2
},
"annotationEditionMode": {
"type": "boolean",
"default": false
},
"enablePermissions": {
"type": "boolean",
"default": false
Expand Down
Loading

0 comments on commit 47a78db

Please sign in to comment.