mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Disallow to have multiple pointers while dragging an editor
It'll let the user dragging with two fingers.
This commit is contained in:
parent
079eb24621
commit
e695d04ca2
4 changed files with 99 additions and 37 deletions
|
@ -170,10 +170,6 @@
|
|||
cursor: move;
|
||||
}
|
||||
|
||||
&.moving {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
&.selectedEditor {
|
||||
border: var(--focus-outline);
|
||||
outline: var(--focus-outline-around);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue