mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Allow text-selection, but not copying, when enablePermissions
is set (PR 16320 follow-up)
This commit is contained in:
parent
1b79b0cd21
commit
8a9d7a18cc
5 changed files with 46 additions and 33 deletions
|
@ -49,6 +49,7 @@ const SidebarView = {
|
|||
const TextLayerMode = {
|
||||
DISABLE: 0,
|
||||
ENABLE: 1,
|
||||
ENABLE_PERMISSIONS: 2,
|
||||
};
|
||||
|
||||
const ScrollMode = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue