1
0
Fork 0
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:
Calixte Denizet 2024-11-26 15:59:10 +01:00
parent 079eb24621
commit e695d04ca2
4 changed files with 99 additions and 37 deletions

View file

@ -170,10 +170,6 @@
cursor: move;
}
&.moving {
touch-action: none;
}
&.selectedEditor {
border: var(--focus-outline);
outline: var(--focus-outline-around);