mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[Editor] Replace mouse events by pointer ones (bug 1779015)
The goal is to be able to edit a pdf on a touchscreen.
This commit is contained in:
parent
185102bd69
commit
7b25b39a17
5 changed files with 77 additions and 61 deletions
|
@ -62,6 +62,7 @@
|
|||
height: auto;
|
||||
z-index: 1;
|
||||
transform-origin: 0 0;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.annotationEditorLayer .freeTextEditor .internal {
|
||||
|
@ -135,4 +136,5 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
touch-action: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue