1
0
Fork 0
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:
Calixte Denizet 2023-08-09 11:23:26 +02:00
parent d4ba312f00
commit 402e3fed95
9 changed files with 292 additions and 85 deletions

View file

@ -81,7 +81,7 @@
}
.annotationEditorLayer
:is(.freeTextEditor, .inkEditor, .stampEditor).draggable {
:is(.freeTextEditor, .inkEditor, .stampEditor).draggable.selectedEditor {
cursor: move;
}