mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[Editor] Add the possibility to move all the selected editors with the mouse (bug 1847894)
This commit is contained in:
parent
d4ba312f00
commit
402e3fed95
9 changed files with 292 additions and 85 deletions
|
@ -81,7 +81,7 @@
|
|||
}
|
||||
|
||||
.annotationEditorLayer
|
||||
:is(.freeTextEditor, .inkEditor, .stampEditor).draggable {
|
||||
:is(.freeTextEditor, .inkEditor, .stampEditor).draggable.selectedEditor {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue